commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 02/04: rules: allow to pass own configure args to build flavours


From: Pino Toscano
Subject: [hurd] 02/04: rules: allow to pass own configure args to build flavours
Date: Mon, 23 Sep 2013 12:16:51 +0000

This is an automated email from the git hooks/post-receive script.

pino pushed a commit to branch master
in repository hurd.

commit f18ed934dfc182f1cd1e70f1970421e46990a73e
Author: Pino Toscano <address@hidden>
Date:   Mon Sep 23 14:12:43 2013 +0200

    rules: allow to pass own configure args to build flavours
---
 debian/rules |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7b97c2c..57d500b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,8 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp
 DEB_DESTDIR_UDEB = $(CURDIR)/debian/tmp-udeb
 
 CONFIGURE_ARGS = --disable-profile --enable-static-progs='ext2fs,iso9660fs'
+CONFIGURE_ARGS_deb =
+CONFIGURE_ARGS_udeb =
 SUID_PROGRAMS = /bin/ids /bin/login /bin/ps-hurd /usr/bin/w-hurd
 
 CC=gcc-4.7
@@ -34,8 +36,8 @@ INSTALL_generated := $(patsubst %.in,%,$(INSTALL_in))
        dh $@ -Bbuild-deb --with autotools_dev,autoreconf
 
 override_dh_auto_configure:
-       dh_auto_configure -Bbuild-deb -- $(CONFIGURE_ARGS) $(shell 
dpkg-buildflags --export=configure)
-       dh_auto_configure -Bbuild-udeb -- $(CONFIGURE_ARGS) $(shell 
dpkg-buildflags --export=configure)
+       dh_auto_configure -Bbuild-deb -- $(CONFIGURE_ARGS) 
$(CONFIGURE_ARGS_deb) $(shell dpkg-buildflags --export=configure)
+       dh_auto_configure -Bbuild-udeb -- $(CONFIGURE_ARGS) 
$(CONFIGURE_ARGS_udeb) $(shell dpkg-buildflags --export=configure)
 
 override_dh_auto_build:
        dh_auto_build -Bbuild-deb

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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