From e2d29cc0beae1e850fff7e7982056cd21efff278 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Jul 2021 17:45:36 +0300 Subject: mlocate: link statically --- extra/mlocate/build | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'extra/mlocate/build') diff --git a/extra/mlocate/build b/extra/mlocate/build index e641b74d..f854c932 100755 --- a/extra/mlocate/build +++ b/extra/mlocate/build @@ -1,9 +1,11 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ - --prefix=/usr \ - --disable-nls + --prefix=/usr \ + --disable-nls \ + --disable-rpath make - make DESTDIR="$1" install -- cgit v1.2.3