eggdrop: TCL8.5 compile fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23385 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-10 17:58:03 +00:00
parent 6998b8c12a
commit 81a20e9314

View File

@ -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