2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 11:40:21 -07:00
repo/core/libressl/build

13 lines
187 B
Plaintext
Raw Normal View History

2019-05-16 11:05:27 -06:00
#!/bin/sh -e
2019-07-05 18:21:58 -06:00
patch -p0 < getprogname-musl.patch
2019-05-16 11:05:27 -06:00
./configure \
2019-06-18 10:59:29 -06:00
--prefix=/usr \
--sysconfdir=/etc
2019-05-16 11:05:27 -06:00
make
make DESTDIR="$1" install
install -Dm 755 update-certdata.sh "$1/etc/ssl"