- build shared lib with PIC
This commit is contained in:
parent
c6b0827e5c
commit
d367e5f667
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312706
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libnet
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/libnet-dev
|
||||
|
@ -17,8 +18,8 @@ LATEST_LINK= ${PORTNAME}${SHORT_VER}
|
|||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
#CFLAGS+= -fPIC
|
||||
#USE_CSTD= gnu89
|
||||
CFLAGS+= -fPIC
|
||||
USE_CSTD= gnu89
|
||||
CONFIGURE_ARGS= --with-link-layer=${LIBNET_LINK}
|
||||
|
||||
SHORT_VER= 11
|
||||
|
|
Loading…
Reference in a new issue