[package] rebuild libgd configure script before compiling (#6241)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18610 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9326a43cd8
commit
187a74d337
@ -40,13 +40,19 @@ CONFIGURE_ARGS += \
|
||||
--without-freetype \
|
||||
--with-jpeg=$(STAGING_DIR)/usr \
|
||||
--with-png=$(STAGING_DIR)/usr \
|
||||
--without-xpm
|
||||
--without-xpm \
|
||||
--without-iconv
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
LIBPNG12_CONFIG="$(STAGING_DIR)/host/bin/libpng12-config"
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
define Build/Configure
|
||||
( cd $(PKG_BUILD_DIR); aclocal; libtoolize; autoreconf; );
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user