2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-18 20:26:58 +00:00
repo/extra/cyrus-sasl/build

12 lines
153 B
Plaintext
Raw Normal View History

2022-09-30 08:16:17 +00:00
#!/bin/sh -e
2024-06-02 19:58:21 +00:00
patch -p1 < gcc-14.patch
2022-09-30 08:16:17 +00:00
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--sbindir=/usr/bin
make
make DESTDIR="$1" install