From 6e8c617dd37e802363936f8837c6fc94e8a9b771 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sun, 12 Jun 2005 22:44:42 +0000 Subject: * debian/rules (DEB_CONFIGURE_USER_FLAGS): Build iso9660fs.static as well. * debian/hurd-udeb.install: Added iso9660fs.static. --- debian/changelog | 4 +++- debian/hurd-udeb.install | 1 + debian/rules | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c8685390..907854fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ hurd (20050513-3+SVN) unreleased; urgency=low - * + * debian/rules (DEB_CONFIGURE_USER_FLAGS): Build iso9660fs.static + as well. + * debian/hurd-udeb.install: Added iso9660fs.static. -- Michael Banck Sun, 12 Jun 2005 23:53:59 +0200 diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install index 1bc43018..7fd4be37 100644 --- a/debian/hurd-udeb.install +++ b/debian/hurd-udeb.install @@ -61,6 +61,7 @@ debian/tmp/hurd/hostmux debian/tmp/hurd/ifsock debian/tmp/hurd/init debian/tmp/hurd/iso9660fs +debian/tmp/hurd/iso9660fs.static debian/tmp/hurd/mach-defpager debian/tmp/hurd/magic debian/tmp/hurd/new-fifo diff --git a/debian/rules b/debian/rules index 60a844f2..103c0a78 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/libexec" -DEB_CONFIGURE_USER_FLAGS := --disable-profile +DEB_CONFIGURE_USER_FLAGS := --disable-profile --enable-static-progs='ext2fs,ufs,iso9660fs' DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var DEB_DH_STRIP_ARGS := --dbg-package=hurd -- cgit v1.2.3