diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-06 17:33:27 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-06 17:33:27 +0800 |
commit | f344b35711928e220cd47b8fcb4e341c6b9450fe (patch) | |
tree | 010608a5f987f44b64b747e69c84da27c9e58916 /net | |
parent | 22e5978fa26f58b05014122ef81a124fbfbd6382 (diff) | |
download | freebsd-ports-gnome-f344b35711928e220cd47b8fcb4e341c6b9450fe.tar.gz freebsd-ports-gnome-f344b35711928e220cd47b8fcb4e341c6b9450fe.tar.zst freebsd-ports-gnome-f344b35711928e220cd47b8fcb4e341c6b9450fe.zip |
Use LDFLAGS env. variable to pass PTHREAD_LIBS into configure, because it
appears that LIBS is not honoured.
Submitted by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/xtraceroute/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |