pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/squid7



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 08:54:44 UTC 2025

Modified Files:
        pkgsrc/www/squid7: Makefile

Log Message:
squid7: Requires socket lib on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/squid7/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/squid7/Makefile
diff -u pkgsrc/www/squid7/Makefile:1.4 pkgsrc/www/squid7/Makefile:1.5
--- pkgsrc/www/squid7/Makefile:1.4      Wed Oct 29 00:27:09 2025
+++ pkgsrc/www/squid7/Makefile  Thu Dec 18 08:54:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/10/29 00:27:09 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/12/18 08:54:43 nia Exp $
 
 DISTNAME=      squid-${VERSION}
 CATEGORIES=    www
@@ -38,6 +38,8 @@ CONFIGURE_ARGS+=      --with-aio
 CONFIGURE_ARGS+=       --with-default-user=${SQUID_USER}
 CONFIGURE_ARGS+=       --with-pidfile=${VARBASE}/run/squid.pid
 
+LDFLAGS.SunOS+=                -lsocket
+
 BUILD_DEFS=            VARBASE
 
 # Let 'purge' find correct config file by default.



Home | Main Index | Thread Index | Old Index