2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00
repo/extra/cyrus-sasl/build

12 lines
153 B
Plaintext
Raw Permalink Normal View History

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