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 | 5cf417c44ca62af102a2f2a00844624f6f39e919 (patch) | |
tree | 0a5b4d7425ad7c14b2d1c76116e1e9a7ce010298 /package/rrdtool/Makefile | |
parent | 1c450fbe1e7067bdcb9f26b12649daf62870cdd0 (diff) | |
download | master-187ad058-5cf417c44ca62af102a2f2a00844624f6f39e919.tar.gz master-187ad058-5cf417c44ca62af102a2f2a00844624f6f39e919.tar.bz2 master-187ad058-5cf417c44ca62af102a2f2a00844624f6f39e919.zip |
link against libnotimpl for ceilf (fix #5)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2349 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rrdtool/Makefile')
-rw-r--r-- | package/rrdtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rrdtool/Makefile b/package/rrdtool/Makefile index 136d4acaba..eaa0e32b7d 100644 --- a/package/rrdtool/Makefile +++ b/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 \ |