X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/613b92a4f59f0c9993b4dc0b104a9e0a49539d8b..6d2bf1105747a5bdf949c47ee1bc2b013e8ff38b:/openwrt/package/libgd/Makefile?ds=sidebyside

diff --git a/openwrt/package/libgd/Makefile b/openwrt/package/libgd/Makefile
index c180dd815..aedb0af11 100644
--- a/openwrt/package/libgd/Makefile
+++ b/openwrt/package/libgd/Makefile
@@ -22,11 +22,9 @@ $(PKG_BUILD_DIR)/.configured:
 	(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
 		$(TARGET_CONFIGURE_OPTS) \
 		CFLAGS="$(TARGET_CFLAGS)" \
-		CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
-		LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+		CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
+		LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/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) \
@@ -50,8 +48,12 @@ $(PKG_BUILD_DIR)/.configured:
 		  --enable-shared \
 		  --enable-static \
 		  --disable-rpath \
+		  --with-gnu-ld \
 		  --without-x \
+		  --without-freetype \
+		  --without-jpeg \
 		  --with-png=$(STAGING_DIR)/usr \
+		  --without-xpm \
 	)
 	touch $@
 
@@ -88,6 +90,6 @@ uninstall-dev:
 		$(STAGING_DIR)/usr/include/gd*.h \
 		$(STAGING_DIR)/usr/lib/libgd.{a,so*} \
 
-compile: install-dev
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev