mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
$(FPIC) evaluates to -fpic on ARM64, breaking compilation: The dnsdist build system handles it properly anyway. Added --with-pic to make it explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>