diff options
Diffstat (limited to 'net/freeradius/Makefile')
-rw-r--r-- | net/freeradius/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 9560caf3019a..5d9b7bd4fe68 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -22,7 +22,8 @@ LOGDIR?= /var/log CONFLICTS= gnu-radius-1.* openradius-0.* radiusd-cistron-1.* USE_RC_SUBR= radiusd.sh -USE_AUTOTOOLS= libltdl:15 libtool:13 +USE_AUTOTOOLS= libltdl:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes USE_OPENSSL= yes @@ -128,6 +129,7 @@ PLIST_SUB+= RLMPERL="" .if ${ARCH} == "amd64" CONFIGURE_ARGS+= --with-pic +CFLAGS+= -fPIC .endif INSTALLS_SHLIB= yes |