diff options
Diffstat (limited to '')
-rw-r--r-- | lang/php56/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index fe6375473e08..db34d826d0f8 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -146,7 +146,7 @@ CONFIGURE_ENV+= ac_cv_pthreads_lib="" \ lt_cv_path_SED="sed" .if ${PORT_OPTIONS:MLINKTHR} -LIBS+= ${PTHREAD_LIBS} +LIBS+= -lpthread .endif .if ${PORT_OPTIONS:MDEBUG} |