Skip to content

Commit

Permalink
package(yajl): update broken source
Browse files Browse the repository at this point in the history
Apparently there's a recent GitHub behaviour change that broke this
download, where both a "branch" and a "tag" exist with same name, and it
is not compatible (anymore).
  • Loading branch information
duhow committed Dec 3, 2024
1 parent 93da0bd commit cca5f90
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/tags/${PACKAGE_VERSION}.tar.gz"
PACKAGE_SRC="https://github.com/lloyd/yajl/archive/refs/heads/${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 cca5f90

Please sign in to comment.