Date: Thu, 21 Feb 2013 06:38:16 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312706 - head/net/libnet Message-ID: <201302210638.r1L6cGoN006626@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Feb 21 06:38:16 2013 New Revision: 312706 URL: http://svnweb.freebsd.org/changeset/ports/312706 Log: - build shared lib with PIC Modified: head/net/libnet/Makefile Modified: head/net/libnet/Makefile ============================================================================== --- head/net/libnet/Makefile Thu Feb 21 06:04:53 2013 (r312705) +++ head/net/libnet/Makefile Thu Feb 21 06:38:16 2013 (r312706) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210638.r1L6cGoN006626>