summaryrefslogtreecommitdiff
path: root/package/pptpd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-10 21:42:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-10 21:42:30 +0200
commit58f46acfc2d221f546f1d3957c4e078142597ebf (patch)
tree02d38a04cea97b68f9686994cc7f5e3466dc86df /package/pptpd/Makefile
parent50329ba33d82bc4a38ef96824c60be2fd95c119b (diff)
fix cross-compile
Diffstat (limited to 'package/pptpd/Makefile')
-rw-r--r--package/pptpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile
index 13ea21a66..fdd823144 100644
--- a/package/pptpd/Makefile
+++ b/package/pptpd/Makefile
@@ -17,7 +17,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,PPTPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-TCFLAGS+= -DSBINDIR=\\\"/usr/sbin\\\"
+TCFLAGS+= -fPIC -DSBINDIR='\\\"/usr/sbin\\\"'
FAKE_FLAGS+= INSTALL="install"
post-install: