summaryrefslogtreecommitdiffhomepage
path: root/patches/apk-tools-2.6.8.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 11:23:33 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 11:24:16 +0000
commita0e732bd50ea7b2e967a650bee1200cdb4c05caf (patch)
tree438f97246e9868b7d1631fa6eaecd01d73aabdde /patches/apk-tools-2.6.8.local.patch
parent21177ad634eebdd3c8799c4aaf2a2b589286dac2 (diff)
downloadmidipix_build-a0e732bd50ea7b2e967a650bee1200cdb4c05caf.tar.bz2
midipix_build-a0e732bd50ea7b2e967a650bee1200cdb4c05caf.tar.xz
patches/apk_tools-2.6.8.local.patch: fix filename.
Diffstat (limited to 'patches/apk-tools-2.6.8.local.patch')
-rw-r--r--patches/apk-tools-2.6.8.local.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/patches/apk-tools-2.6.8.local.patch b/patches/apk-tools-2.6.8.local.patch
deleted file mode 100644
index 5119a82a..00000000
--- a/patches/apk-tools-2.6.8.local.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- apk-tools-2.6.8/Make.rules.orig 2016-10-25 10:06:30.000000000 +0200
-+++ apk-tools-2.6.8/Make.rules 2016-12-17 21:23:39.261695200 +0100
-@@ -70,7 +70,7 @@
- INSTALLDIR := $(INSTALL) -d
-
- CFLAGS ?= -g -O2
--CFLAGS_ALL := -Werror -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
-+CFLAGS_ALL := -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
- CFLAGS_ALL += $(CFLAGS)
-
- LDFLAGS ?= -g
---- apk-tools-2.6.8/src/apk.c.orig 2016-10-25 10:06:30.000000000 +0200
-+++ apk-tools-2.6.8/src/apk.c 2016-12-17 21:22:30.592520300 +0100
-@@ -428,12 +428,15 @@
-
- static void apk_applet_register_builtin(void)
- {
-+#if 0
- extern apk_init_func_t __start_initapplets[], __stop_initapplets[];
- apk_init_func_t *p;
-
- list_init(&apk_applet_list);
- for (p = __start_initapplets; p < __stop_initapplets; p++)
- (*p)();
-+#endif
-+ list_init(&apk_applet_list);
- }
-
- int main(int argc, char **argv)
---- apk-tools-2.6.8/src/Makefile.orig 2016-10-25 10:06:30.000000000 +0200
-+++ apk-tools-2.6.8/src/Makefile 2016-12-17 21:25:34.221413300 +0100
-@@ -7,13 +7,13 @@
- ZLIB_CFLAGS := $(shell $(PKG_CONFIG) --cflags zlib)
- ZLIB_LIBS := $(shell $(PKG_CONFIG) --libs zlib)
-
--FETCH_LIBS := $(shell $(CC) -print-file-name=libfetch.a)
-+FETCH_LIBS := $(shell $(CC) -print-file-name=$(PREFIX)/lib/libfetch.a)
-
- # lua module
- ifneq ($(LUAAPK),)
- LUA_VERSION ?= 5.2
- LUA_PC ?= lua$(LUA_VERSION)
--LUA_LIBDIR ?= /usr/lib/lua/$(LUA_VERSION)
-+LUA_LIBDIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION)
- LIBAPK := YesPlease
- shlibs-y += apk.so
- apk.so-objs := lua-apk.o