pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/php56
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Mar 19 17:49:26 UTC 2026
Modified Files:
pkgsrc/lang/php56: Makefile
Log Message:
php56: SunOS needs socket libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/lang/php56/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/php56/Makefile
diff -u pkgsrc/lang/php56/Makefile:1.47 pkgsrc/lang/php56/Makefile:1.48
--- pkgsrc/lang/php56/Makefile:1.47 Wed Jan 7 08:47:40 2026
+++ pkgsrc/lang/php56/Makefile Thu Mar 19 17:49:26 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2026/01/07 08:47:40 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2026/03/19 17:49:26 jperkin Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -44,6 +44,8 @@ INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTE
CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
.endif
+LIBS.SunOS+= -lsocket -lnsl
+
.include "../../mk/compiler.mk"
.if ${PKGSRC_COMPILER:Mgcc}
Home |
Main Index |
Thread Index |
Old Index