Package: shishi
Version: 1.0.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch

Hi guys,

Peter Pearse <[email protected]> has prepared a patch for the shishi
package that allows it to cross-build when its build-dependencies are
installed to the usual cross-compiler paths, /usr/$triplet rather than /usr.
This patch has been applied to the shishi package in Ubuntu; you may wish to
apply it in Debian as well.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[email protected]                                     [email protected]
=== modified file 'debian/rules'
--- debian/rules        2010-04-14 13:20:05 +0000
+++ debian/rules        2011-03-22 07:07:38 +0000
@@ -13,6 +13,12 @@
 DEB_CONFIGURE_USER_FLAGS = --with-db-dir=/var/lib/shishi
 DEB_CONFIGURE_EXTRA_FLAGS = --with-packager=Debian 
--with-packager-version=$(DEB_VERSION) 
--with-packager-bug-reports=http://bugs.debian.org/
 
+ifneq ($(cdbs_crossbuild),)
+        # Overrride system directories
+        DEB_CONFIGURE_EXTRA_FLAGS = 
--with-libgcrypt-prefix=/usr/$(DEB_HOST_GNU_TYPE)    
+endif
+
+
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_COMPRESS_EXCLUDE := shishi.pdf

_______________________________________________
Help-shishi mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-shishi

Reply via email to