]> git.pld-linux.org Git - packages/xtables-addons.git/commitdiff
- make possible build/install userspace only
authorzbyniu <zbyniu@pld-linux.org>
Wed, 9 Apr 2008 23:54:06 +0000 (23:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xtables-addons-libs.patch -> 1.1

xtables-addons-libs.patch [new file with mode: 0644]

diff --git a/xtables-addons-libs.patch b/xtables-addons-libs.patch
new file mode 100644 (file)
index 0000000..8ca465e
--- /dev/null
@@ -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;
This page took 0.034536 seconds and 4 git commands to generate.