diff options
Diffstat (limited to 'lang')
-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" |