aboutsummaryrefslogtreecommitdiff
path: root/extra/mlocate
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mlocate')
-rwxr-xr-xextra/mlocate/build8
-rw-r--r--extra/mlocate/meta3
-rw-r--r--extra/mlocate/version2
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