mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/sslscan: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3509
This commit is contained in:
committed by
David Seifert
parent
f9c532ae16
commit
4766457699
@@ -1,11 +0,0 @@
|
||||
--- 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)
|
||||
Reference in New Issue
Block a user