commit cc6d24b521eca20760e4c2758737645a346908d8 parent f37ca2658256f3c23ff21f47e74aa7cf3c323a52 Author: Cem Keylan <cem@ckyln.com> Date: Mon, 8 Jun 2020 23:18:11 +0300 libnl: build static libraries Diffstat:
M | core/libnl/build | | | 4 | ++-- |
A | core/libnl/depends | | | 1 | + |
M | core/libnl/version | | | 2 | +- |
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git 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 @@ -0,0 +1 @@ +libtool make diff --git a/core/libnl/version b/core/libnl/version @@ -1 +1 @@ -3.5.0 1 +3.5.0 2