diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
commit | 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch) | |
tree | 22f152f92d6c1e9c325583f46278a385ffefd38b /package/l2tpns | |
parent | 67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff) |
another round of native compile fixes
Diffstat (limited to 'package/l2tpns')
-rw-r--r-- | package/l2tpns/patches/patch-Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
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 \ |