SOURCES: xtables-addons-libs.patch (NEW) - make possible build/ins...

zbyniu zbyniu at pld-linux.org
Thu Apr 10 01:54:11 CEST 2008


Author: zbyniu                       Date: Wed Apr  9 23:54:11 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- make possible build/install userspace only

---- Files affected:
SOURCES:
   xtables-addons-libs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xtables-addons-libs.patch
diff -u /dev/null SOURCES/xtables-addons-libs.patch:1.1
--- /dev/null	Thu Apr 10 01:54:11 2008
+++ SOURCES/xtables-addons-libs.patch	Thu Apr 10 01:54:06 2008
@@ -0,0 +1,21 @@
+--- xtables-addons-1.5.4/extensions/GNUmakefile.in~	2008-04-10 01:34:58.000000000 +0200
++++ xtables-addons-1.5.4/extensions/GNUmakefile.in	2008-04-10 01:36:19.978943386 +0200
+@@ -58,11 +58,15 @@
+ 
+ .PHONY: all install clean distclean FORCE
+ 
+-all: modules ${targets} matches.man targets.man
++libs: ${targets} matches.man targets.man
+ 
+-install: modules_install ${targets_install}
++all: modules libs
++
++libs_install:
+ 	@mkdir -p "${DESTDIR}${xtlibdir}";
+-	install -pm0755 ${targets_install} "${DESTDIR}${xtlibdir}/";
++	install ${targets_install} "${DESTDIR}${xtlibdir}/";
++
++install: modules_install libs_install
+ 
+ clean: clean_modules
+ 	rm -f *.oo *.so;
================================================================


More information about the pld-cvs-commit mailing list