summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Симон Болоканов <sbolokanov@abv.bg>2015-02-28 04:41:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-28 04:41:58 +0700
commit6f77a9af652ed979e4b82f948438ac18fb653a42 (patch)
tree4b011989024e68e81462e74de0c531b9cf57e20e /system
parent7e6e9023029c6fb879c08513a4c2325833a41074 (diff)
downloadslackbuilds-6f77a9af652ed979e4b82f948438ac18fb653a42.tar.gz
slackbuilds-6f77a9af652ed979e4b82f948438ac18fb653a42.tar.xz
system/rhash: Added header.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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