diff options
author | Michael Banck <mbanck@debian.org> | 2005-06-12 22:44:42 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-06-12 22:44:42 +0000 |
commit | 6e8c617dd37e802363936f8837c6fc94e8a9b771 (patch) | |
tree | dd247806c8e37843c4a769dee50a461910e6c8de /debian | |
parent | 5d65b0fa6dc83ce1f70da103a1a52e8b5882caa6 (diff) |
* debian/rules (DEB_CONFIGURE_USER_FLAGS): Build iso9660fs.static
as well.
* debian/hurd-udeb.install: Added iso9660fs.static.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/hurd-udeb.install | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |