2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/core/libressl/build

13 lines
187 B
Plaintext
Raw Normal View History

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