diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-16 13:39:15 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-16 13:49:53 +0100 |
commit | dac2367b6221dab5bd367094534b981867e9891b (patch) | |
tree | c39748c8c69b0cc239fe29019524c9c815f65ba9 /patches | |
parent | cb29cd60572b7d886b93eeacf38546198ef460db (diff) | |
download | midipix_build-dac2367b6221dab5bd367094534b981867e9891b.tar.bz2 midipix_build-dac2367b6221dab5bd367094534b981867e9891b.tar.xz |
apk-tools: correctly provide $PKG_CONFIG.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/apk-tools-2.6.6.local.patch | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/patches/apk-tools-2.6.6.local.patch b/patches/apk-tools-2.6.6.local.patch index df03820e..a5203706 100644 --- a/patches/apk-tools-2.6.6.local.patch +++ b/patches/apk-tools-2.6.6.local.patch @@ -27,15 +27,9 @@ CFLAGS_ALL += $(CFLAGS) LDFLAGS ?= -g ---- apk-tools-2.6.6/src/Makefile.orig 2016-02-09 14:57:53.000000000 +0000 -+++ apk-tools-2.6.6/src/Makefile 2016-06-23 08:14:37.843747529 +0000 -@@ -1,12 +1,12 @@ - PKGDEPS := openssl zlib --PKG_CONFIG ?= pkg-config -+PKG_CONFIG ?= $(PKG_TARGET)-pkg-config - LUAAPK ?= yes - - # lua module +--- apk-tools-2.6.6/src/Makefile.orig 2016-02-09 15:57:53.000000000 +0100 ++++ apk-tools-2.6.6/src/Makefile 2016-11-16 13:49:33.370051100 +0100 +@@ -6,7 +6,7 @@ ifneq ($(LUAAPK),) LUA_VERSION ?= 5.2 LUA_PC ?= lua$(LUA_VERSION) |