pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41610: security/gnutls does not compile on Solaris 10
The following reply was made to PR pkg/41610; it has been noted by GNATS.
From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/41610: security/gnutls does not compile on Solaris 10
Date: Thu, 18 Jun 2009 12:04:48 +0200
Maybe this fix is more acceptable to address the second part of this PR:
--- Makefile 2009/06/18 09:39:39 1.1
+++ Makefile 2009/06/18 09:46:08
@@ -36,6 +36,10 @@
INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} include/gnutls
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= gl_cv_lib_socket="-lsocket -lnsl"
+.endif
+
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/TODO ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/gnutls.ps ${DESTDIR}${DOCDIR}
Now the complete package, including examples, compiles under Solaris.
--
Jörn Clausen
joern.clausen%uni-bielefeld.de@localhost
Hochschulrechenzentrum http://www.uni-bielefeld.de/hrz/
Universität Bielefeld
Home |
Main Index |
Thread Index |
Old Index