diff options
Diffstat (limited to 'net/openradius/scripts/configure')
-rw-r--r-- | net/openradius/scripts/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openradius/scripts/configure b/net/openradius/scripts/configure index 60526cb87bc4..637cb8ee7b6e 100644 --- a/net/openradius/scripts/configure +++ b/net/openradius/scripts/configure @@ -36,7 +36,7 @@ END if [ x$USE_LDAP != x ]; then cat >> Makefile << END TGT_LIB += modules/radldap/radldap -CF_RADLDAP = -I$LDAPINCLUDE/usr/local/include +CF_RADLDAP = -I$LDAPINCLUDE${LOCALBASE}/include END fi @@ -58,7 +58,7 @@ LL_ALL = ### Module-specific build flags # -LF_RADLDAP = -L$LDAPLIB/usr/local/lib +LF_RADLDAP = -L$LDAPLIB${LOCALBASE}/lib LL_RADLDAP = -lldap -llber ### Build tools |