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:
6640951
)
eggdrop: TCL8.5 compile fix
author
Michael Büsch
<mb@bu3sch.de>
Sun, 10 Oct 2010 17:58:03 +0000
(17:58 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 10 Oct 2010 17:58:03 +0000
(17:58 +0000)
SVN-Revision: 23385
lang/eggdrop/Makefile
patch
|
blob
|
history
diff --git
a/lang/eggdrop/Makefile
b/lang/eggdrop/Makefile
index a13339f70b3d212371579748ae72f67329f0adc4..4e40d346aca511b1b81c30daac3868d253c95644 100644
(file)
--- a/
lang/eggdrop/Makefile
+++ b/
lang/eggdrop/Makefile
@@
-34,7
+34,7
@@
endef
CONFIGURE_ARGS+=\
--prefix="$(PKG_INSTALL_DIR)/eggdrop" \
--enable-threads \
- --with-tcllib="$(STAGING_DIR)/usr/lib/libtcl8.
4
.so" \
+ --with-tcllib="$(STAGING_DIR)/usr/lib/libtcl8.
5
.so" \
--with-tclinc="$(STAGING_DIR)/usr/include/tcl.h"
define Build/Compile