SPECS: unionfs.spec - drop Werror

arekm arekm at pld-linux.org
Sun Jan 29 00:25:27 CET 2006


Author: arekm                        Date: Sat Jan 28 23:25:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop Werror

---- Files affected:
SPECS:
   unionfs.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.12 SPECS/unionfs.spec:1.13
--- SPECS/unionfs.spec:1.12	Sun Jan 29 00:17:46 2006
+++ SPECS/unionfs.spec	Sun Jan 29 00:25:20 2006
@@ -25,6 +25,7 @@
 Group:		Base/Kernel
 Source0:	ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-%{version}.tar.gz
 # Source0-md5:	ed0170a3b0f1bd8a213ac2a96052f33a
+Patch0:		%{name}-build.patch
 URL:		http://www.filesystems.org/project-unionfs.html
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:	kernel-module-build >= 2.6.7}
@@ -88,10 +89,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
-#disable debug
-sed -i 's/-g//' Makefile
-echo " EXTRACFLAGS=-DNODEBUG" > fistdev.mk
+# disable debug, enable xattr
+echo " EXTRACFLAGS=-DNODEBUG -DUNIONFS_XATTR" > fistdev.mk
 
 %build
 %if %{with kernel}
@@ -129,6 +130,7 @@
 
 %if %{with userspace}
 %{__make} utils \
+	CC="%{__cc}" \
 	UNIONFS_OPT_CFLAG="%{rpmcflags}"
 %endif
 
@@ -192,6 +194,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/01/28 23:25:20  arekm
+- drop Werror
+
 Revision 1.12  2006/01/28 23:17:46  arekm
 - up to 1.1.2; fix sparc && ppc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list