diff --git a/qstardict/Makefile b/qstardict/Makefile index 81c7608..0b45fa2 100644 --- a/qstardict/Makefile +++ b/qstardict/Makefile @@ -28,7 +28,7 @@ define Build/Configure $(call Build/Configure/Qmake,qstardict) endef -TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib +TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib -liconv define Package/qstardict/install $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib/qstardict/plugins diff --git a/qstardict/patches/002-fix-glib-include.patch b/qstardict/patches/002-fix-glib-include.patch new file mode 100644 index 0000000..0e6bedb --- /dev/null +++ b/qstardict/patches/002-fix-glib-include.patch @@ -0,0 +1,12 @@ +--- a/plugins/stardict/stardict.cpp ++++ b/plugins/stardict/stardict.cpp +@@ -28,8 +28,7 @@ + #include + #include + #include +-#include +-#include ++#include + #include "lib.h" + #include "file.hpp" + #include "settingsdialog.h"