From 445ecc0be9e1511389811fae516c104f325dc959 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Mar 2012 18:54:36 +0100 Subject: disable mconf, compile error on darwin --- package/busybox/patches/008-disable-mconf-darwin-fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/busybox/patches/008-disable-mconf-darwin-fix.patch diff --git a/package/busybox/patches/008-disable-mconf-darwin-fix.patch b/package/busybox/patches/008-disable-mconf-darwin-fix.patch new file mode 100644 index 000000000..da08b66aa --- /dev/null +++ b/package/busybox/patches/008-disable-mconf-darwin-fix.patch @@ -0,0 +1,12 @@ +diff -Nur busybox-1.19.4.orig/scripts/kconfig/Makefile busybox-1.19.4/scripts/kconfig/Makefile +--- busybox-1.19.4.orig/scripts/kconfig/Makefile 2012-02-04 20:24:55.000000000 +0100 ++++ busybox-1.19.4/scripts/kconfig/Makefile 2012-03-20 18:50:47.000000000 +0100 +@@ -114,7 +114,7 @@ + # Based on GTK which needs to be installed to compile it + # object files used by all kconfig flavours + +-hostprogs-y := conf mconf qconf gconf kxgettext ++hostprogs-y := conf qconf gconf kxgettext + conf-objs := conf.o zconf.tab.o + mconf-objs := mconf.o zconf.tab.o + kxgettext-objs := kxgettext.o zconf.tab.o -- cgit v1.2.3