rpms/iptables/devel iptables.spec,1.61,1.62

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Mon Mar 3 09:43:16 UTC 2008


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26910

Modified Files:
	iptables.spec 
Log Message:
- make it fully kernel dependant - linux/conpiler.h is still missing



Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- iptables.spec	3 Mar 2008 09:35:13 -0000	1.61
+++ iptables.spec	3 Mar 2008 09:42:41 -0000	1.62
@@ -71,7 +71,7 @@
 %build
 TOPDIR=`pwd`
 OPT="$RPM_OPT_FLAGS -I$TOPDIR/include -fPIC"
-export KERNEL_DIR=/usr
+#export KERNEL_DIR=/usr
 #export KBUILD_OUTPUT=/usr
 export DO_SELINUX=1
 make COPT_FLAGS="$OPT" LIBDIR=/%{_lib} 
@@ -80,7 +80,7 @@
 
 %install
 rm -rf %{buildroot}
-export KERNEL_DIR=/usr
+#export KERNEL_DIR=/usr
 #export KBUILD_OUTPUT=/usr
 export DO_SELINUX=1
 make install DESTDIR=%{buildroot} BINDIR=/sbin LIBDIR=/%{_lib} MANDIR=%{_mandir}




More information about the fedora-extras-commits mailing list