diff options
-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 |