chore: fix broken build for libnftnl (add libmnl as build dependency) #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
~/Projects/jetkvm-system/sysdrv/tools/board/nftables/libnftnl-1.2.8 ~/Projects/jetkvm-system/sysdrv/tools/board/nftables CFLAGS=-march=armv7-a -mfpu=neon -mfloat-abi=hard -march=armv7-a -mfpu=neon -mfloat-abi=hard configure: WARNING: using cross tools not prefixed with host triplet configure: error: Package requirements (libmnl >= 1.0.4) were not met:
Package 'libmnl', required by 'virtual:world', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBMNL_CFLAGS and LIBMNL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
make[2]: Entering directory '/home/daniel/Projects/jetkvm-system/sysdrv/tools/board/nftables/libnftnl-1.2.8' make[2]: *** No targets specified and no makefile found. Stop. make[2]: Leaving directory '/home/daniel/Projects/jetkvm-system/sysdrv/tools/board/nftables/libnftnl-1.2.8' make[2]: Entering directory '/home/daniel/Projects/jetkvm-system/sysdrv/tools/board/nftables/libnftnl-1.2.8' make[2]: *** No rule to make target 'install'. Stop. make[2]: Leaving directory '/home/daniel/Projects/jetkvm-system/sysdrv/tools/board/nftables/libnftnl-1.2.8' Finished building libnftnl
~/Projects/jetkvm-system/sysdrv/tools/board/nftables