mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
yajl: silence warnings
This commit is contained in:
@@ -10,6 +10,8 @@ PKG_URL="https://github.com/lloyd/yajl/archive/refs/tags/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="A small event-driven (SAX-style) JSON parser."
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="-Wno-dev"
|
||||
|
||||
post_makeinstall_target() {
|
||||
mv ${SYSROOT_PREFIX}/usr/lib/libyajl_s.a ${SYSROOT_PREFIX}/usr/lib/libyajl.a
|
||||
rm ${SYSROOT_PREFIX}/usr/lib/libyajl.so*
|
||||
|
||||
Reference in New Issue
Block a user