Skip to content

Commit

Permalink
configure: warning when no libiptc pkg-config found
Browse files Browse the repository at this point in the history
  • Loading branch information
miniupnp committed Sep 29, 2021
1 parent d2f558f commit 881ba06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miniupnpd/configure
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,8 @@ case $FW in
echo "CFLAGS += `${PKG_CONFIG} --cflags libiptc`" >> config.mk
echo "LDLIBS += `${PKG_CONFIG} --static --libs-only-l libiptc`" >> config.mk
echo "LDFLAGS += `${PKG_CONFIG} --libs-only-L --libs-only-other libiptc`" >> config.mk
else
echo "Warning: no libiptc pkg-config found"
fi
if ${PKG_CONFIG} --atleast-version=1.0.2 libnetfilter_conntrack \
&& ${PKG_CONFIG} --atleast-version=1.0.3 libmnl ; then
Expand Down

0 comments on commit 881ba06

Please sign in to comment.