shishi-commit
[Top][All Lists]
Advanced

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

shishi-debian rules


From: Simon Josefsson
Subject: shishi-debian rules
Date: Tue, 22 Mar 2011 14:09:30 +0000

CVSROOT:        /sources/shishi
Module name:    shishi-debian
Changes by:     Simon Josefsson <jas>   11/03/22 14:09:29

Modified files:
        .              : rules 

Log message:
        Allow cross-builds better, see Debian #619229.
        
        Patch by Peter Pearse <address@hidden> reported by Steve
        Langasek <address@hidden>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/shishi-debian/rules?cvsroot=shishi&r1=1.22&r2=1.23

Patches:
Index: rules
===================================================================
RCS file: /sources/shishi/shishi-debian/rules,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- rules       14 Apr 2010 10:56:00 -0000      1.22
+++ rules       22 Mar 2011 14:09:29 -0000      1.23
@@ -13,6 +13,10 @@
 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),)
+DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt-prefix=/usr/$(DEB_HOST_GNU_TYPE)
+endif
+
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_COMPRESS_EXCLUDE := shishi.pdf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]