From f344b35711928e220cd47b8fcb4e341c6b9450fe Mon Sep 17 00:00:00 2001 From: sobomax Date: Fri, 6 Jul 2001 09:33:27 +0000 Subject: Use LDFLAGS env. variable to pass PTHREAD_LIBS into configure, because it appears that LIBS is not honoured. Submitted by: bento --- net/xtraceroute/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index c6cab6da2fa2..9cf7ea8e50b2 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ --with-host=${LOCALBASE}/bin/host CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" DATAFILES= ndg_files.tar.gz -- cgit