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:
66d2c53
)
thanks to nbd for the STRIP=: stuff in the buildsystem
author
Martin Janitschke
<noeoeh@web.de>
Wed, 19 Mar 2008 02:14:14 +0000
(
02:14
+0000)
committer
Martin Janitschke
<noeoeh@web.de>
Wed, 19 Mar 2008 02:14:14 +0000
(
02:14
+0000)
SVN-Revision: 10618
net/nagios/Makefile
patch
|
blob
|
history
diff --git
a/net/nagios/Makefile
b/net/nagios/Makefile
index 6a98d584dc66785237f4e5341eb13836afa02219..22144466c1772624e6037b0ac60dbbfe1b53d4e6 100644
(file)
--- a/
net/nagios/Makefile
+++ b/
net/nagios/Makefile
@@
-52,6
+52,7
@@
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
INSTALL_OPTS="" \
+ STRIP=: \
all install install-config
endef