aboutsummaryrefslogtreecommitdiff
path: root/scripts/libressl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/libressl.sh')
-rw-r--r--scripts/libressl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libressl.sh b/scripts/libressl.sh
index ed330e0..f5458d7 100644
--- a/scripts/libressl.sh
+++ b/scripts/libressl.sh
@@ -12,8 +12,8 @@ cd "$BUILD_DIR"
export CFLAGS="-static -I$prefix/usr/include"
export LDFLAGS="-static -L$prefix/usr/lib"
export DESTDIR="$prefix"
-make clean || echo ""
./configure --prefix=/usr \
+ --sysconfdir=/etc \
--host=$BUILD_TGT \
--with-sysroot=$prefix \
--enable-static=yes