pugixml: x86_64 needs -fPIC

This commit is contained in:
MilhouseVH 2019-11-04 15:28:17 +00:00
parent 9e1d2f213c
commit 0bac9199e4

View File

@ -9,3 +9,4 @@ PKG_SITE="https://pugixml.org/"
PKG_URL="https://github.com/zeux/pugixml/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Light-weight, simple and fast XML parser for C++ with XPath support."
PKG_BUILD_FLAGS="+pic"