From 6f77a9af652ed979e4b82f948438ac18fb653a42 Mon Sep 17 00:00:00 2001 From: Симон Болоканов Date: Sat, 28 Feb 2015 04:41:58 +0700 Subject: system/rhash: Added header. Signed-off-by: Willy Sudiarto Raharjo --- system/rhash/rhash.SlackBuild | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'system/rhash') 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 -- cgit v1.2.3