diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-11-02 00:56:23 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-11-02 00:56:23 +0000 |
commit | c5228684886472c1298a8050fa58e32e734773c4 (patch) | |
tree | e72bc9fd99c9ce6affe3cd2d67b7227299455478 /lang/php53 | |
parent | fd436193f623ca09b3d54a27c1e305b21cfd1122 (diff) | |
download | ports-c5228684886472c1298a8050fa58e32e734773c4.tar.gz ports-c5228684886472c1298a8050fa58e32e734773c4.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 8b488f0c822a..e35398787941 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -372,6 +372,7 @@ UTF8_DESC= UTF-8 support .if ${PHP_MODNAME} == "sqlite3" USE_SQLITE= yes CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} +LDFLAGS+= -L${LOCALBASE}/lib .endif .if ${PHP_MODNAME} == "sybase_ct" |