From 218d2388e33d45ddab6c6a9fee2c35090580c96b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 6 Jul 2001 09:33:27 +0000 Subject: [PATCH] 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(-) 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