mirror of https://github.com/hak5/openwrt-owl.git
parent
3d92169ea0
commit
d85480af2c
|
@ -22,8 +22,8 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
|
||||||
LIBPNG12_CONFIG="$(STAGING_DIR)/usr/bin/libpng12-config" \
|
LIBPNG12_CONFIG="$(STAGING_DIR)/usr/bin/libpng12-config" \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
|
@ -48,9 +48,12 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
--with-gnu-ld \
|
||||||
--without-x \
|
--without-x \
|
||||||
--without-freetype \
|
--without-freetype \
|
||||||
|
--without-jpeg \
|
||||||
--with-png=$(STAGING_DIR)/usr \
|
--with-png=$(STAGING_DIR)/usr \
|
||||||
|
--without-xpm \
|
||||||
)
|
)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue