projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bb81ff
)
[package] remove CFLAGS_LARGEFILE, not defined anywhere (#4856)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 25 Jul 2009 21:49:48 +0000
(21:49 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 25 Jul 2009 21:49:48 +0000
(21:49 +0000)
SVN-Revision: 16984
utils/owfs/Makefile
patch
|
blob
|
history
diff --git
a/utils/owfs/Makefile
b/utils/owfs/Makefile
index c31bf8d4211d4e59db87f8e1aaa7ad17da9abd8c..95576d90a15232a82ddcf52c8a73c2ce78670232 100644
(file)
--- a/
utils/owfs/Makefile
+++ b/
utils/owfs/Makefile
@@
-192,7
+192,7
@@
define Build/Configure
rm -rf config.{status,cache} ; \
./bootstrap ; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)
$(CFLAGS_LARGEFILE)
" \
+ CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
lt_sys_lib_dlsearch_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \