mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
whois: fix compilation with glibc
Just don't install mkpasswd at all. It's not used and causes problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -72,7 +72,7 @@ endif
|
||||
CPPFLAGS += $(DEFS) $(INCLUDES)
|
||||
|
||||
##############################################################################
|
||||
-all: Makefile.depend whois mkpasswd pos
|
||||
+all: Makefile.depend whois
|
||||
|
||||
##############################################################################
|
||||
%.o: %.c
|
||||
@@ -121,7 +121,7 @@ afl-run:
|
||||
nice afl-fuzz -i ../afl_in -o ../afl_out -- ./whois
|
||||
|
||||
##############################################################################
|
||||
-install: install-whois install-mkpasswd install-pos
|
||||
+install: install-whois
|
||||
|
||||
install-whois: whois
|
||||
$(INSTALL) -d $(BASEDIR)$(prefix)/bin/
|
||||
Reference in New Issue
Block a user