X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c8baec72b57b07e40b47a20a038299ea00c23f64..ce763c85da3fa5cefcd56bddc386507848d50f97:/openwrt/package/libgd/Makefile diff --git a/openwrt/package/libgd/Makefile b/openwrt/package/libgd/Makefile index 1f0776f04..aedb0af11 100644 --- a/openwrt/package/libgd/Makefile +++ b/openwrt/package/libgd/Makefile @@ -22,8 +22,8 @@ $(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)/lib -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" \ ./configure \ --target=$(GNU_TARGET_NAME) \ @@ -48,9 +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 $@ @@ -87,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