ports/102844: net/gq: /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam"

Vladimir Grebenschikov vova at fbsd.ru
Mon Sep 4 19:57:58 UTC 2006


В пн, 04/09/2006 в 11:10 +0000, FreeBSD-gnats-submit at FreeBSD.org пишет:

patch here:

Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/net/gq/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile    21 May 2006 12:33:35 -0000      1.33
+++ Makefile    4 Sep 2006 19:51:24 -0000
@@ -46,4 +46,7 @@
 CONFIGURE_ARGS+=       --enable-cache
 .endif
 
+CONFIGURE_ENV=         CPPFLAGS="-I${LOCALBASE}/include" \
+               LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
 .include <bsd.port.post.mk>


-- 
Vladimir B. Grebenschikov
vova at fbsd.ru



More information about the freebsd-ports-bugs mailing list