projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9092e
)
link against libnotimpl for ceilf (fix #5)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Nov 2005 05:55:47 +0000
(
05:55
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Nov 2005 05:55:47 +0000
(
05:55
+0000)
SVN-Revision: 2349
openwrt/package/rrdtool/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/rrdtool/Makefile
b/openwrt/package/rrdtool/Makefile
index 136d4acabafe041284b2eb8c23de0cc75558df00..eaa0e32b7d56901cfd9828127ff0921fd6be65fa 100644
(file)
--- 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 \