projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't use the host strip command (closes: #592).
[openwrt.git]
/
openwrt
/
package
/
axtls
/
Makefile
diff --git
a/openwrt/package/axtls/Makefile
b/openwrt/package/axtls/Makefile
index
9027976
..
c53c4e5
100644
(file)
--- a/
openwrt/package/axtls/Makefile
+++ b/
openwrt/package/axtls/Makefile
@@
-26,6
+26,7
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) \
+ STRIP=/bin/true \
OPT_CFLAGS="$(TARGET_CFLAGS)" OPT_LDFLAGS=""
touch $@
This page took
0.024543 seconds
and
4
git commands to generate.