Skip to content

Commit

Permalink
Update configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 authored Sep 7, 2023
1 parent 5e44362 commit 7c1c3f3
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 @@ -20,7 +20,7 @@ PKG_CHECK_MODULES([LIBNL], [libnl-3.0 libnl-genl-3.0 libnl-route-3.0 libnl-nf-3.
CFLAGS="$CFLAGS $LIBNL_CFLAGS"
LIBS="$LIBS $LIBNL_LIBS"

LDFLAGS="-Wl,-z now --no-undefined $LDFLAGS"
LDFLAGS="-Wl,-z,now,--no-undefined $LDFLAGS"
AC_SUBST([LDFLAGS])

AC_ARG_ENABLE(debug,
Expand Down

0 comments on commit 7c1c3f3

Please sign in to comment.