diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/libnl/build | 4 | ||||
-rw-r--r-- | core/libnl/depends | 1 | ||||
-rw-r--r-- | core/libnl/version | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/core/libnl/build b/core/libnl/build index 105b0ee6..66821950 100755 --- a/core/libnl/build +++ b/core/libnl/build @@ -3,7 +3,7 @@ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --disable-static + --disable-shared -make +make LDFLAGS="$LDFLAGS -static" CCLD="${CC:-cc} -all-static" make DESTDIR="$1" install diff --git a/core/libnl/depends b/core/libnl/depends new file mode 100644 index 00000000..66860bea --- /dev/null +++ b/core/libnl/depends @@ -0,0 +1 @@ +libtool make diff --git a/core/libnl/version b/core/libnl/version index ad1efe9a..026c9823 100644 --- a/core/libnl/version +++ b/core/libnl/version @@ -1 +1 @@ -3.5.0 1 +3.5.0 2 |