From 81a20e9314f474649fd986241fdba09480e6c2d1 Mon Sep 17 00:00:00 2001 From: mb Date: Sun, 10 Oct 2010 17:58:03 +0000 Subject: [PATCH] eggdrop: TCL8.5 compile fix git-svn-id: svn://svn.openwrt.org/openwrt/packages@23385 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/eggdrop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/eggdrop/Makefile b/lang/eggdrop/Makefile index a13339f70..4e40d346a 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 -- 2.11.0