e7c179326a
The musl compatibility patches are now included in the upstream version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
236 B
Diff
11 lines
236 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -293,7 +293,7 @@ check_selinux()
|
|
|
|
check_mnl()
|
|
{
|
|
- if ${PKG_CONFIG} libmnl --exists
|
|
+ if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists
|
|
then
|
|
echo "HAVE_MNL:=y" >>$CONFIG
|
|
echo "yes"
|