aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pcsc-lite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile
index 4f14ffe469b7..27f002ed18c2 100644
--- a/devel/pcsc-lite/Makefile
+++ b/devel/pcsc-lite/Makefile
@@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
INSTALLS_SHLIB= yes
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \
+CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_LIBS}" \
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
CONFIGURE_ARGS+=--prefix=${PREFIX} \
--enable-debug \