hppa linking issue is gone w/gcc3
This commit is contained in:
parent
57f4c720db
commit
112bb61d63
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2004/05/16 08:38:12 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2004/06/20 01:25:42 jolan Exp $
|
||||
|
||||
COMMENT= "scan ports and fingerprint stack of network hosts"
|
||||
|
||||
@ -23,11 +23,6 @@ MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/nbase \
|
||||
${WRKSRC}/nsock/src \
|
||||
${WRKSRC}/libpcap-possiblymodified
|
||||
|
||||
# XXX workaround linking issue on hppa
|
||||
.if ${MACHINE_ARCH:Mhppa}
|
||||
PATCH_LIST= patch-* hppa-*
|
||||
.endif
|
||||
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: hppa-patch-Makefile_in,v 1.1 2004/05/16 08:38:12 jolan Exp $
|
||||
--- Makefile.in.orig 2004-01-18 05:38:38.000000000 -0600
|
||||
+++ Makefile.in 2004-05-16 02:29:32.000000000 -0500
|
||||
@@ -55,7 +55,7 @@ all: $(TARGET) $(TARGETNMAPFE)
|
||||
$(TARGET): $(DEPS) @PCAP_DEPENDS@ @PCRE_DEPENDS@ $(NBASEDIR)/libnbase.a $(NSOCKDIR)/src/libnsock.a $(OBJS)
|
||||
@echo Compiling nmap
|
||||
rm -f $@
|
||||
- $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
+ $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) -lssl -lcrypto
|
||||
|
||||
# This empty rule is used to force execution of certain rules where I can't conveniently specify
|
||||
# all of the prerequisites (e.g. recursive makes and such)
|
Loading…
Reference in New Issue
Block a user