From: nico Date: Sun, 6 Nov 2005 05:55:47 +0000 (+0000) Subject: link against libnotimpl for ceilf (fix #5) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a32eb2e9dafb837e4c6e1abebd64a2cd9e3c7296;p=openwrt.git link against libnotimpl for ceilf (fix #5) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2349 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/rrdtool/Makefile b/openwrt/package/rrdtool/Makefile index 136d4acaba..eaa0e32b7d 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 \