link against libnotimpl for ceilf (fix #5)
authorNicolas Thill <nico@openwrt.org>
Sun, 6 Nov 2005 05:55:47 +0000 (05:55 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 6 Nov 2005 05:55:47 +0000 (05:55 +0000)
SVN-Revision: 2349

openwrt/package/rrdtool/Makefile

index 136d4acabafe041284b2eb8c23de0cc75558df00..eaa0e32b7d56901cfd9828127ff0921fd6be65fa 100644 (file)
@@ -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 \