mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-18 18:31:15 +00:00
configure: warning when no libiptc pkg-config found
This commit is contained in:
parent
d2f558f659
commit
881ba06bc1
2
miniupnpd/configure
vendored
2
miniupnpd/configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user