diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-20 18:54:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-20 18:54:36 +0100 |
commit | 445ecc0be9e1511389811fae516c104f325dc959 (patch) | |
tree | 99fc56efe1e7ac8300a9e7af8a9916aa3fc7f5c3 /package/busybox/patches | |
parent | a9eb63c94f02dea45167719da7ea75f1ef539191 (diff) |
disable mconf, compile error on darwin
Diffstat (limited to 'package/busybox/patches')
-rw-r--r-- | package/busybox/patches/008-disable-mconf-darwin-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |