summaryrefslogtreecommitdiffstats
path: root/system/rhash
diff options
context:
space:
mode:
Diffstat (limited to 'system/rhash')
-rw-r--r--system/rhash/rhash.SlackBuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/system/rhash/rhash.SlackBuild b/system/rhash/rhash.SlackBuild
index 7fc13cf9ba..c4adccad81 100644
--- a/system/rhash/rhash.SlackBuild
+++ b/system/rhash/rhash.SlackBuild
@@ -24,11 +24,12 @@
# Date: Unknown
# Changelog:
-# v1.3.3 - Re-done the sript and send it to SBo
+# v1.3.3 - Re-done the sript and send it to SBo
+# 27.02.2015 - no headers!? - thanks to Marcel Saegebarth for spotting this
PRGNAM=rhash
VERSION=${VERSION:-1.3.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Shall we compile with OpenSSL support?
@@ -98,10 +99,16 @@ make ADDCFLAGS="${SLKCFLAGS} -DUSE_GETTEXT ${OPTCFLAGS}" \
DESTDIR=$PKG \
install-lib-shared
+# Install headers
+make -C librhash \
+ PREFIX=/usr \
+ DESTDIR=$PKG \
+ install-headers
+
# Install locales
make PREFIX=/usr \
DESTDIR=$PKG \
- compile-gmo install-gmo
+ compile-gmo install-gmo
# Don't clobber the default config
mv -v $PKG/etc/rhashrc $PKG/etc/rhashrc.new