]> git.pld-linux.org Git - packages/dynamips.git/blame - dynamips-Makefile.patch
- up to 0.2.5
[packages/dynamips.git] / dynamips-Makefile.patch
CommitLineData
5ee2ba72 1--- Makefile~ 2006-09-14 12:59:13.000000000 +0200
2+++ Makefile 2007-04-23 12:09:22.000000000 +0200
3@@ -32,7 +32,7 @@
4 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \
5 -DHAS_RFC2553=$(HAS_RFC2553)
6
7-PCAP_LIB=/usr/local/lib/libpcap.a
8+PCAP_LIB=/usr/lib/libpcap.so
9 #PCAP_LIB=-lpcap
10
11 ifeq ($(shell uname), FreeBSD)
12@@ -50,7 +50,7 @@
13 PCAP_LIB=-lpacket -lwpcap
14 else
15 CFLAGS+=-I/usr/include/libelf
16- LIBS=-L. /usr/lib/libelf.a -lpthread
17+ LIBS=-L. /usr/lib/libelf.so -lpthread
18 endif
19 endif
20 endif
This page took 0.083577 seconds and 4 git commands to generate.