diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 05:55:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 05:55:47 +0000 |
commit | 929ee9af4ad743fa8a49c2ced22b5bab60fe1401 (patch) | |
tree | 3fa639c1dbe45dd7bec54f86693c9d9e114e203e /openwrt/package/rrdtool/Makefile | |
parent | be9092ef6888a71f2c7c6a2eb24065287e948444 (diff) | |
download | mtk-20170518-929ee9af4ad743fa8a49c2ced22b5bab60fe1401.zip mtk-20170518-929ee9af4ad743fa8a49c2ced22b5bab60fe1401.tar.gz mtk-20170518-929ee9af4ad743fa8a49c2ced22b5bab60fe1401.tar.bz2 |
link against libnotimpl for ceilf (fix #5)
SVN-Revision: 2349
Diffstat (limited to 'openwrt/package/rrdtool/Makefile')
-rw-r--r-- | openwrt/package/rrdtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/rrdtool/Makefile b/openwrt/package/rrdtool/Makefile index 136d4ac..eaa0e32 100644 --- a/openwrt/package/rrdtool/Makefile +++ b/openwrt/package/rrdtool/Makefile @@ -26,6 +26,7 @@ $(PKG_BUILD_DIR)/.configured: 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" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib " \ + LIBS="-lnotimpl" \ PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \ rd_cv_ieee_works=yes \ ./configure \ |