diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-23 12:46:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-23 12:46:32 +0000 |
commit | 237f2c826a3f6c20f0498903705068180ab5b3ce (patch) | |
tree | 0c2a9964635b077ca245cdd4b4878092dd0bb47a /openwrt | |
parent | 2da51a3c11cae11179fa537ee781e2c179dce18e (diff) | |
download | mtk-20170518-237f2c826a3f6c20f0498903705068180ab5b3ce.zip mtk-20170518-237f2c826a3f6c20f0498903705068180ab5b3ce.tar.gz mtk-20170518-237f2c826a3f6c20f0498903705068180ab5b3ce.tar.bz2 |
fix make error with /usr/share/common-licenses/GPL-2
SVN-Revision: 3456
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/ndisc/patches/100-license.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/openwrt/package/ndisc/patches/100-license.patch b/openwrt/package/ndisc/patches/100-license.patch new file mode 100644 index 0000000..8ea76c5 --- /dev/null +++ b/openwrt/package/ndisc/patches/100-license.patch @@ -0,0 +1,22 @@ +diff -urN ndisc6.old/Makefile ndisc6.dev/Makefile +--- ndisc6.old/Makefile 2005-12-01 15:34:08.000000000 +0100 ++++ ndisc6.dev/Makefile 2006-03-23 13:44:32.000000000 +0100 +@@ -31,7 +31,7 @@ + + sbin_PROGRAMS = ndisc6 rdisc6 traceroute6 + man8_MANS = $(sbin_PROGRAMS:%=%.8) +-DOC = COPYING INSTALL NEWS README ++DOC = INSTALL NEWS README + + AM_CPPFLAGS = -DPACKAGE_VERSION=\"$(VERSION)\" $(CPPFLAGS) + ndisc6_CPPFLAGS = $(AM_CPPFLAGS) +@@ -52,9 +52,6 @@ + tcptraceroute6: traceroute6 + ln -sf traceroute6 $@ + +-COPYING: /usr/share/common-licenses/GPL-2 +- ln -s $< $@ +- + install: all install-man install-links + mkdir -p $(DESTDIR)$(bindir) + @for f in $(sbin_PROGRAMS); do \ |