You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch

12 lines
320 B

--- Makefile.~1~ 2009-09-01 14:35:59.000000000 +0200
+++ Makefile 2012-08-06 08:00:40.550143945 +0200
@@ -3,7 +3,7 @@
MANPATH = /usr/share/man/
all:
- gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
+ $(CC) -Wall $(LDFLAGS) $(CFLAGS) -o sslscan $(SRCS) -lssl -lcrypto
install:
cp sslscan $(BINPATH)