projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d1887
)
iostat: use provided linker flags as well
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 29 Jun 2012 14:33:12 +0000
(16:33 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 29 Jun 2012 14:40:03 +0000
(16:40 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/iostat/iostat.mk
patch
|
blob
|
history
diff --git
a/package/iostat/iostat.mk
b/package/iostat/iostat.mk
index 83eea07ae2e7a96a5b9d690b2a212985715de2d6..d3efa59db7d27c0856cfd4ac066d488ba0137859 100644
(file)
--- a/
package/iostat/iostat.mk
+++ b/
package/iostat/iostat.mk
@@
-10,7
+10,7
@@
IOSTAT_SITE = http://www.linuxinsight.com/files
iostat-source: $(DL_DIR)/$(IOSTAT_SOURCE)
define IOSTAT_BUILD_CMDS
- $(MAKE) -C $(@D)
CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)"
+ $(MAKE) -C $(@D)
$(TARGET_CONFIGURE_OPTS)
endef
define IOSTAT_CLEAN_CMDS