diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:50 +0200 |
commit | 8f16335443a322578274737c8d80ce557e4d2656 (patch) | |
tree | 947d42d781b409f72c9f0fa957d8796352f9b386 /package/yajl/patches/patch-configure | |
parent | 5212b6029108093bb3ac6d8386fd999fd00f2701 (diff) |
add xmbc package for raspberry-pi target
Diffstat (limited to 'package/yajl/patches/patch-configure')
-rw-r--r-- | package/yajl/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/yajl/patches/patch-configure b/package/yajl/patches/patch-configure new file mode 100644 index 000000000..8ab73fc1c --- /dev/null +++ b/package/yajl/patches/patch-configure @@ -0,0 +1,11 @@ +--- yajl-2.0.1.orig/configure 2011-04-28 04:48:41.000000000 +0200 ++++ yajl-2.0.1/configure 2013-07-30 15:34:21.000000000 +0200 +@@ -49,7 +49,7 @@ end + puts "== Generating Makefile" + File.open("Makefile", "w+") do |f| + f.puts ".PHONY: all clean distclean install package test distro" +- f.puts "all: distro doc test" ++ f.puts "all: distro" + f.puts + f.puts "distro:" + f.puts " @cd build && make" |