pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/httpfile Solarish needs -lsocket.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9edd9bccee8f
branches:  trunk
changeset: 379318:9edd9bccee8f
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat May 14 21:38:09 2022 +0000

description:
Solarish needs -lsocket.

diffstat:

 www/httpfile/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 114b6a03286f -r 9edd9bccee8f www/httpfile/Makefile
--- a/www/httpfile/Makefile     Sat May 14 21:32:33 2022 +0000
+++ b/www/httpfile/Makefile     Sat May 14 21:38:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 22:35:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/14 21:38:09 schmonz Exp $
 
 GITHUB_PROJECT=                httpfile
 GITHUB_TAG=            20220101
@@ -12,6 +12,8 @@
 COMMENT=               Secure HTTP server derived from publicfile
 LICENSE=               djb-nonlicense
 
+LDFLAGS.SunOS+=                -lsocket
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 TEST_TARGET=           rts



Home | Main Index | Thread Index | Old Index