aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-07-01 03:26:32 +0800
committerswills <swills@FreeBSD.org>2015-07-01 03:26:32 +0800
commitc46d41adf988432f56f6ab096ed590da76968382 (patch)
tree654b26fc18eb778ff3095bbb387f83abb2817847 /databases
parent0378a88efe7550fa90a16e03794b6745723276d0 (diff)
downloadfreebsd-ports-gnome-c46d41adf988432f56f6ab096ed590da76968382.tar.gz
freebsd-ports-gnome-c46d41adf988432f56f6ab096ed590da76968382.tar.zst
freebsd-ports-gnome-c46d41adf988432f56f6ab096ed590da76968382.zip
databases/libmemcached: build with -fPIC
Fixes static lib build on 9.x Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/libmemcached/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile
index 27185414aed3..ed9237ca61d0 100644
--- a/databases/libmemcached/Makefile
+++ b/databases/libmemcached/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libmemcached
PORTVERSION= 1.0.18
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
@@ -20,6 +21,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-memcached \
--without-sphinx-build \
+ --with-pic \
--enable-libmemcachedprotocol
LIBS+= -L${LOCALBASE}/lib -lexecinfo