Skip to content

Commit

Permalink
yajl: silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
CvH committed Mar 21, 2024
1 parent 4679d79 commit b519ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devel/yajl/package.mk
Expand Up @@ -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*
Expand Down

0 comments on commit b519ac7

Please sign in to comment.