Disable freetype explicitly, since it is now included

SVN-Revision: 1607
master
Nicolas Thill 19 years ago
parent e0f3c67024
commit 457e280034
  1. 5
      openwrt/package/libgd/Makefile

@ -23,10 +23,8 @@ $(PKG_BUILD_DIR)/.configured:
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \ CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ 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" \ 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 \ ./configure \
--target=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \
@ -51,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
--enable-static \ --enable-static \
--disable-rpath \ --disable-rpath \
--without-x \ --without-x \
--without-freetype \
--with-png=$(STAGING_DIR)/usr \ --with-png=$(STAGING_DIR)/usr \
) )
touch $@ touch $@

Loading…
Cancel
Save