X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/613b92a4f59f0c9993b4dc0b104a9e0a49539d8b..3517b13d1ca9a24158acb6033d6827ca6c39ecae:/openwrt/package/libgd/Makefile diff --git a/openwrt/package/libgd/Makefile b/openwrt/package/libgd/Makefile index c180dd815..1f0776f04 100644 --- a/openwrt/package/libgd/Makefile +++ b/openwrt/package/libgd/Makefile @@ -23,10 +23,8 @@ $(PKG_BUILD_DIR)/.configured: $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ + LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ LIBPNG12_CONFIG="$(STAGING_DIR)/usr/bin/libpng12-config" \ - sys_lib_dlsearch_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \ - sys_lib_search_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ @@ -51,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured: --enable-static \ --disable-rpath \ --without-x \ + --without-freetype \ --with-png=$(STAGING_DIR)/usr \ ) touch $@