diff --git a/system/devel/rhash/actions.py b/system/devel/rhash/actions.py
index 1bdf0f11..c441046e 100755
--- a/system/devel/rhash/actions.py
+++ b/system/devel/rhash/actions.py
@@ -10,15 +10,19 @@ from pisi.actionsapi import get
def setup():
- shelltools.export("CFLAGS","%s -fPIC -DPIC" % get.CFLAGS())
- shelltools.export("LDFLAGS","%s -fPIC" % get.LDFLAGS())
- shelltools.system("./configure --prefix=/usr --sysconfdir=/etc")
-
+ ##shelltools.export("CFLAGS","%s -fPIC -DPIC" % get.CFLAGS())
+ #shelltools.export("LDFLAGS","%s -fPIC" % get.LDFLAGS())
+ shelltools.system("./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-lib-shared \
+ --enable-gettext \
+ --disable-openssl-runtime \
+ --enable-openssl")
def install():
- autotools.make("PREFIX=/usr DESTDIR=%s build-shared install-lib-shared" % get.installDIR())
+ autotools.make("PREFIX=/usr DESTDIR=%s build-shared install-gmo install-lib-shared" % get.installDIR())
autotools.make("PREFIX=/usr DESTDIR=%s -C librhash install-so-link install-headers" % get.installDIR())
autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
-
+
pisitools.dodoc("ChangeLog", "INSTALL*", "README", "COPYING")
diff --git a/system/devel/rhash/pspec.xml b/system/devel/rhash/pspec.xml
index 52670603..e0001e54 100755
--- a/system/devel/rhash/pspec.xml
+++ b/system/devel/rhash/pspec.xml
@@ -15,6 +15,7 @@
https://github.com/rhash/RHash/archive/v1.3.6.tar.gz
glibc
+ openssl-devel
@@ -24,6 +25,7 @@
/etc
/usr/bin/
/usr/lib
+ /usr/share/locale
/usr/share/doc/
/usr/share/man
@@ -44,7 +46,7 @@
2018-04-21
1.3.6
- Release Bump
+ Release Bump.
PisiLinux Community
admin@pisilinux.org