Skip to content

Commit

Permalink
Merge pull request #198 from linuxunderground/respect_LDFLAGS
Browse files Browse the repository at this point in the history
Respect LDFLAGS
  • Loading branch information
yoe authored Apr 2, 2024
2 parents ae562e2 + b9087c4 commit 8c44ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AM_CONDITIONAL(ASSUAN,[test x"$ASSUAN" = x"y"])
PKG_CHECK_MODULES([PCSC],[libpcsclite >= 1.4.4],
[
CPPFLAGS="$PCSC_CFLAGS $CPPFLAGS"
LDFLAGS="$PCSC_LIBS $CPPFLAGS"
LDFLAGS="$PCSC_LIBS $LDFLAGS"
])

AC_ARG_ENABLE([test-fuzzer],AS_HELP_STRING([--enable-test-fuzzer],[Build a version of eid-mw instrumented for fuzzing (not meant for production use!)]),[fuzzer=$enableval],[fuzzer=no])
Expand Down

0 comments on commit 8c44ebf

Please sign in to comment.