diff options
Diffstat (limited to 'extra/mlocate')
-rwxr-xr-x | extra/mlocate/build | 8 | ||||
-rw-r--r-- | extra/mlocate/meta | 3 | ||||
-rw-r--r-- | extra/mlocate/version | 2 |
3 files changed, 9 insertions, 4 deletions
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 diff --git a/extra/mlocate/meta b/extra/mlocate/meta new file mode 100644 index 00000000..84fec9ad --- /dev/null +++ b/extra/mlocate/meta @@ -0,0 +1,3 @@ +description: Implementation of locate/updatedb +license: GPL-2.0-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/mlocate/version b/extra/mlocate/version index f718ec45..aba24060 100644 --- a/extra/mlocate/version +++ b/extra/mlocate/version @@ -1 +1 @@ -0.26 1 +0.26 2 |