pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/superscript-shttpd
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Dec 19 10:02:11 UTC 2021
Modified Files:
pkgsrc/www/superscript-shttpd: Makefile
Log Message:
Fix Solarish builds: link with -lsocket for shutdown(2).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/superscript-shttpd/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/superscript-shttpd/Makefile
diff -u pkgsrc/www/superscript-shttpd/Makefile:1.2 pkgsrc/www/superscript-shttpd/Makefile:1.3
--- pkgsrc/www/superscript-shttpd/Makefile:1.2 Tue Dec 14 08:11:31 2021
+++ pkgsrc/www/superscript-shttpd/Makefile Sun Dec 19 10:02:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/14 08:11:31 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/19 10:02:11 schmonz Exp $
DISTNAME= shttpd-0.53
PKGNAME= superscript-${DISTNAME}
@@ -18,6 +18,8 @@ SUBST_VARS.paths= PKG_SYSCONFDIR
SUBST_CLASSES+= djberrno
SUBST_FILES.djberrno= error.h leapsecs_read.c
+LDFLAGS.SunOS+= -lsocket
+
post-configure:
cd ${WRKSRC} && cp conf-ld conf-lds
Home |
Main Index |
Thread Index |
Old Index