From 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Feb 2011 23:39:17 +0100 Subject: another round of native compile fixes --- package/l2tpns/patches/patch-Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'package/l2tpns/patches') diff --git a/package/l2tpns/patches/patch-Makefile b/package/l2tpns/patches/patch-Makefile index 4d7ca7540..178912dd8 100644 --- a/package/l2tpns/patches/patch-Makefile +++ b/package/l2tpns/patches/patch-Makefile @@ -1,6 +1,6 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ --- l2tpns-2.1.21.orig/Makefile 2005-12-07 06:21:37.000000000 +0100 -+++ l2tpns-2.1.21/Makefile 2009-06-13 09:54:41.000000000 +0200 ++++ l2tpns-2.1.21/Makefile 2011-02-26 23:05:41.000000000 +0100 @@ -10,18 +10,11 @@ DEFINES = DEFINES += -DLIBDIR='"$(libdir)"' DEFINES += -DETCDIR='"$(etcdir)"' @@ -47,3 +47,12 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ $(INSTALL) -m 0755 l2tpns $(DESTDIR)$(bindir)/l2tpns $(INSTALL) -m 0755 nsctl $(DESTDIR)$(bindir)/nsctl +@@ -77,7 +75,7 @@ install: all + $(INSTALL) -m 0644 Docs/l2tpns.8 $(DESTDIR)$(man8dir)/l2tpns.8 + $(INSTALL) -m 0644 Docs/nsctl.8 $(DESTDIR)$(man8dir)/nsctl.8 + +- gzip --best --force $(DESTDIR)$(man5dir)/*.5 $(DESTDIR)$(man8dir)/*.8 ++ gzip $(DESTDIR)$(man5dir)/*.5 $(DESTDIR)$(man8dir)/*.8 + + @for config in startup-config users ip_pool; \ + do \ -- cgit v1.2.3