diff options
author | Cem Keylan <cem@ckyln.com> | 2023-12-07 11:33:03 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-12-07 11:33:03 +0100 |
commit | 3adb8a68e04abb7a9a9448f6700daa119f809fc2 (patch) | |
tree | 5282c4e9e9db3cdd4432455aff5337c82e167cb5 /extra/dhcpcd | |
parent | 917bb364f5b17872bfa17c1e19458c7513463994 (diff) | |
download | repository-3adb8a68e04abb7a9a9448f6700daa119f809fc2.tar.gz |
dhcpcd: disable openssl
Diffstat (limited to 'extra/dhcpcd')
-rwxr-xr-x | extra/dhcpcd/build | 3 |
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 |