summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/whois-5.5.16.local.patch (renamed from patches/whois-5.5.15.local.patch)24
1 files changed, 2 insertions, 22 deletions
diff --git a/patches/whois-5.5.15.local.patch b/patches/whois-5.5.16.local.patch
index 432f7fac..a1a69454 100644
--- a/patches/whois-5.5.15.local.patch
+++ b/patches/whois-5.5.16.local.patch
@@ -32,28 +32,8 @@
nice afl-fuzz -i ../afl_in -o ../afl_out -- ./whois
##############################################################################
--install: install-whois install-mkpasswd install-pos
-+install: install-whois install-mkpasswd
+-install: install-whois install-mkpasswd install-pos install-bashcomp
++install: install-whois install-mkpasswd install-bashcomp
install-whois: whois
$(INSTALL) -d $(BASEDIR)$(prefix)/bin/
-@@ -137,9 +137,6 @@
- $(INSTALL) -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/
- $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/
-
--install-pos:
-- cd po && $(MAKE) install
--
- distclean: clean
- rm -f po/whois.pot
-
-@@ -148,9 +145,6 @@
- new_gtlds.h tld_serv.h servers_charset.h *.o whois mkpasswd
- rm -f po/*.mo
-
--pos:
-- cd po && $(MAKE)
--
- depend: Makefile.depend
- Makefile.depend:
- $(CC) $(CPPFLAGS) $(CFLAGS) -MM -MG *.c > $@