aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-12-07 11:33:03 +0100
committerCem Keylan <cem@ckyln.com>2023-12-07 11:33:03 +0100
commit3adb8a68e04abb7a9a9448f6700daa119f809fc2 (patch)
tree5282c4e9e9db3cdd4432455aff5337c82e167cb5
parent917bb364f5b17872bfa17c1e19458c7513463994 (diff)
downloadrepository-3adb8a68e04abb7a9a9448f6700daa119f809fc2.tar.gz
dhcpcd: disable openssl
-rwxr-xr-xextra/dhcpcd/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build
index 1625c95d..7760cabd 100755
--- a/extra/dhcpcd/build
+++ b/extra/dhcpcd/build
@@ -8,7 +8,8 @@ export LDFLAGS="$LDFLAGS -static"
--sbindir=/usr/bin \
--sysconfdir=/etc \
--rundir=/run \
- --without-udev
+ --without-udev \
+ --without-openssl
make
make DESTDIR="$1" install