Skip to content

Commit

Permalink
revert: update yajl package to tag
Browse files Browse the repository at this point in the history
Using branch based, autoconf does not work, as it requires ruby.
Also the issue by GitHub is already solved.
  • Loading branch information
duhow committed Dec 10, 2024
1 parent 40d0a2f commit 6ba6131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yajl/package.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE_NAME="Yet Another JSON Library"
PACKAGE_VERSION="2.1.0"
PACKAGE_SRC="https://github.com/lloyd/yajl/archive/refs/heads/${PACKAGE_VERSION}.tar.gz"
PACKAGE_SRC="https://github.com/lloyd/yajl/archive/refs/tags/${PACKAGE_VERSION}.tar.gz"

configure_package() {
CC="${BUILD_CC}" CXX="${BUILD_CXX}" CFLAGS="${BUILD_CFLAGS}" CXXFLAGS="${BUILD_CFLAGS}" CPPFLAGS="${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}" PKG_CONFIG_LIBDIR="${MPD_BUILD_PKG_CONFIG_LIBDIR}" PKG_CONFIG_SYSROOT_DIR="${BUILD_PKG_CONFIG_SYSROOT_DIR}" ./configure -p ${INSTALL_PREFIX}
Expand Down

0 comments on commit 6ba6131

Please sign in to comment.