summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abockover@novell.com>2009-05-23 20:47:37 -0400
committerAaron Bockover <abockover@novell.com>2009-05-23 20:47:37 -0400
commit9fc45afd63852d2b8dc6575b927f5552f9266cab (patch)
tree63e01875f6efc8485636874ae76bcfa7f6488323
parent306c8e09819f89a354e64b4c1f031f27d90abadb (diff)
[build] added libproxy for libsoup, fixed libsoup build
-rw-r--r--build/osx/targets/bundle-00-base-libs.targets3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/osx/targets/bundle-00-base-libs.targets b/build/osx/targets/bundle-00-base-libs.targets
index 1fbdecaad..b88da014a 100644
--- a/build/osx/targets/bundle-00-base-libs.targets
+++ b/build/osx/targets/bundle-00-base-libs.targets
@@ -1,6 +1,7 @@
TARGETS=(
# name (%n) version (%v) dir (%d) file (%f) download uri configure args
"libxml2 2.6.30 %n-%v %d.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/%f"
+ "libproxy 0.2.3 %n-%v %d.tar.gz http://libproxy.googlecode.com/files/%f"
"intltool 0.40.6 %n-%v %d.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/%f"
- "libsoup 2.26.2 %n-%v %d.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/libsoup/2.26/%f --disable-gtk-doc"
+ "libsoup 2.26.2 %n-%v %d.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/libsoup/2.26/%f --without-gnome --disable-gtk-doc"
)