pkgsrc-Bugs archive

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

Re: pkg/43707 (devel/glib2-2.24.1 fails to build on x86-solaris 10)



It appears that adding LIBS.SunOS+=   -lnsl -lsocket to the Makefile
as below fixes the problem.  Can you confirm?

--- Makefile    3 Jun 2010 01:00:46 -0000       1.175
+++ Makefile    20 Aug 2010 00:29:40 -0000
@@ -25,6 +25,8 @@
 # need pcre utf8 + unicode-properties
 BUILDLINK_API_DEPENDS.pcre+=   pcre>=7.4nb1

+LIBS.SunOS+=   -lnsl -lsocket
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"

Thanks, - Tim


Home | Main Index | Thread Index | Old Index