X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d2368294409098f0d160f5cf432c149aa3bd858f..cb753468257923266ca392c7aae28b4161eef976:/package/glib/Makefile diff --git a/package/glib/Makefile b/package/glib/Makefile index 594d36483..cbbd48678 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -7,7 +7,10 @@ PKG_VERSION := 1.2.10 PKG_RELEASE := 1 PKG_MD5SUM := 6fe30dad87c77b91b632def29dd69ef9 -PKG_SOURCE_URL := ftp://ftp.gtk.org/pub/gtk/v1.2 +PKG_SOURCE_URL := ftp://ftp.gtk.org/pub/gtk/v1.2 \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/gtk/v1.2/ \ + http://ftp.esat.net/mirrors/ftp.gimp.org/pub/gtk/v1.2/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/gtk/v1.2/ PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT := zcat @@ -45,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared glib_cv_byte_contents_gmutex="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ + LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \