diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-03 08:00:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-03 08:00:06 +0300 |
commit | 9cacaf76c04753224cf972c7cf1d6d93034d2bb8 (patch) | |
tree | f98dc31d463e0d6871a471fda4c5615c424db184 /extra/dhcpcd/build | |
parent | 2bf870b74601a13b22dae288c47318ad911b468c (diff) | |
download | repository-9cacaf76c04753224cf972c7cf1d6d93034d2bb8.tar.gz |
dhcpcd: bump to 9.1.3
Diffstat (limited to 'extra/dhcpcd/build')
-rwxr-xr-x | extra/dhcpcd/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build index 83275995..e180d27e 100755 --- a/extra/dhcpcd/build +++ b/extra/dhcpcd/build @@ -1,7 +1,5 @@ #!/bin/sh -e -patch -p1 < fix-common-header.patch - export CFLAGS="$CFLAGS -fPIC" export LDFLAGS="$LDFLAGS -static" |