From: Michael Büsch Date: Sun, 10 Oct 2010 17:58:03 +0000 (+0000) Subject: eggdrop: TCL8.5 compile fix X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b736ab29e3f91fa6a7ef319d265166ab0dcf0446 eggdrop: TCL8.5 compile fix SVN-Revision: 23385 --- diff --git a/lang/eggdrop/Makefile b/lang/eggdrop/Makefile index a13339f70b..4e40d346ac 100644 --- 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