summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/hurd-udeb.install1
-rwxr-xr-xdebian/rules2
3 files changed, 5 insertions, 2 deletions
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 <mbanck@debian.org> 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