Package: unionfs-utils
Version: 1.1.3-1
Severity: wishlist
Tags: patch
Persistent inode maps are necessary to support some operations with
branches on NFS. To enable it, a compile-time option needs to be
added.
--- unionfs-1.1.3.orig/debian/rules
+++ unionfs-1.1.3/debian/rules
@@ -3,6 +3,7 @@
#export DH_VERBOSE=1
CFLAGS = -Wall -g
+EXTRACFLAGS = -DUNIONFS_IMAP
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -18,7 +19,7 @@
build-arch: configure-stamp build-arch-stamp
build-arch-stamp:
dh_testdir
- $(MAKE) utils LINUXSRC=/usr/include
+ $(MAKE) utils LINUXSRC=/usr/include EXTRACFLAGS=$(EXTRACFLAGS)
touch build-arch-stamp
build-indep: configure-stamp build-indep-stamp
@@ -94,8 +95,8 @@
dh_testroot
dh_clean -k
# build and install the module
- $(MAKE) KVERS=$(KVERS) LINUXSRC=$(KSRC)
MODPREFIX=$(CURDIR)/debian/$(PKGNAME)/ install-mod
- dh_installdocs
+ $(MAKE) KVERS=$(KVERS) LINUXSRC=$(KSRC)
MODPREFIX=$(CURDIR)/debian/$(PKGNAME)/ EXTRACFLAGS=$(EXTRACFLAGS) install-mod
+ dh_installdocs
dh_installchangelogs
dh_compress
dh_fixperms
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Versions of packages unionfs-utils depends on:
ii libc6 2.3.5-13 GNU C Library: Shared libraries an
ii libuuid1 1.38+1.39-WIP-2005.12.31-1 universally unique id library
Versions of packages unionfs-utils recommends:
pn unionfs-source <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]