[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#735944: Acknowledgement (audit-support for hppa/parisc architecture)



attached is the patch to the debian/rules Makefile in order to select
hppa code when compiling for hppa.

Thanks,
Helge

diff -up ./debian/rules.org ./debian/rules
--- ./debian/rules.org	2014-01-18 14:51:35.201523000 -0700
+++ ./debian/rules	2014-01-18 14:53:02.333523000 -0700
@@ -16,6 +16,9 @@ PYVERS := $(filter-out $(PYDEFAULTVER),
 ifeq ($(DEB_HOST_ARCH),alpha)
   EXTRA_ARCH_TABLE := --with-alpha
 endif
+ifeq ($(DEB_HOST_ARCH),hppa)
+  EXTRA_ARCH_TABLE := --with-hppa
+endif
 
 %:
 	dh $@ --builddirectory=debian/build --buildsystem=autoconf --with autoreconf --with python2 --with systemd

Reply to: