Package: librep
Version: 0.90.2-1.4
Tags: patch

librep fails to build on hppa:
http://buildd.debian-ports.org/status/fetch.php?pkg=librep&arch=hppa&ver=0.90.2-1.4&stamp=1390791189

attached patch fixes it.
It would be nice if you could apply it.

By the way, a similar patch is needed for sparc too..
http://buildd.debian-ports.org/status/fetch.php?pkg=librep&arch=sparc64&ver=0.90.2-1.4%2Bb1&stamp=1382913899

Thanks,
Helge
diff -up ./debian/rules.org ./debian/rules
--- ./debian/rules.org	2014-02-12 20:52:06.643783435 +0000
+++ ./debian/rules	2014-02-12 20:52:36.307766714 +0000
@@ -41,6 +41,10 @@ ifeq ($(DEB_HOST_ARCH),$(findstring $(DE
        ARCH_CONF = --with-stack-direction=-1
 endif
 
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),hppa))
+       ARCH_CONF = --with-stack-direction=1
+endif
+
 configure: configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir

Reply via email to