diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-26 02:56:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-26 02:56:29 +0300 |
commit | 06be4890a4d5fec2eadee71eb70473622f8549b8 (patch) | |
tree | 900341e228f5c6f307c69c3840c5531ec5ff41d4 /core/libnl/build | |
parent | 15a05fab24bab57994c11b365402d10ad54cb52e (diff) | |
download | repository-06be4890a4d5fec2eadee71eb70473622f8549b8.tar.gz |
libnl: drop package
Diffstat (limited to 'core/libnl/build')
-rwxr-xr-x | core/libnl/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/libnl/build b/core/libnl/build deleted file mode 100755 index 66821950..00000000 --- a/core/libnl/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-shared - -make LDFLAGS="$LDFLAGS -static" CCLD="${CC:-cc} -all-static" -make DESTDIR="$1" install |