mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:24:05 +02:00
link against libnotimpl for ceilf (fix #5)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2349 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5005b7fd54
commit
a32eb2e9da
@ -26,6 +26,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include/freetype2 -I$(STAGING_DIR)/usr/include/libart-2.0" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include/freetype2 -I$(STAGING_DIR)/usr/include/libart-2.0" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib " \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib " \
|
||||||
|
LIBS="-lnotimpl" \
|
||||||
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
|
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
|
||||||
rd_cv_ieee_works=yes \
|
rd_cv_ieee_works=yes \
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user