diff --git a/stardict/patches/030-disable-networking.patch b/stardict/patches/030-disable-networking.patch new file mode 100644 index 0000000..344a1b1 --- /dev/null +++ b/stardict/patches/030-disable-networking.patch @@ -0,0 +1,12 @@ +diff -ruN a/src/conf.cpp b/src-b/conf.cpp +--- a/src/conf.cpp 2010-03-05 18:16:47.000000000 +0100 ++++ b/src/conf.cpp 2010-03-05 18:16:40.000000000 +0100 +@@ -56,7 +56,7 @@ + #else + add_entry("/apps/stardict/preferences/dictionary/use_custom_font", false); + #endif +- add_entry("/apps/stardict/preferences/network/enable_netdict", true); ++ add_entry("/apps/stardict/preferences/network/enable_netdict", false); + // Default stardictd server. + add_entry("/apps/stardict/preferences/network/server", std::string(_("dict.stardict.org"))); + add_entry("/apps/stardict/preferences/network/port", 2628); diff --git a/xz/Makefile b/xz/Makefile index d47797a..0f9ce62 100644 --- a/xz/Makefile +++ b/xz/Makefile @@ -8,6 +8,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://tukaani.org/xz PKG_MD5SUM:=f2073579b6da2fe35d453adee1aaf1b2 +PKG_FIXUP:=libtool + include $(INCLUDE_DIR)/package.mk define Package/xz