From 15512ebfa0fceeed83f101913529cb80bb7ea2d6 Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 21 Feb 2013 06:38:16 +0000 Subject: - build shared lib with PIC --- net/libnet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/libnet') diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 9de58b1f71bd..5cdb89492692 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -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 -- cgit