diff --git a/centerim/Makefile b/centerim/Makefile index 245688e..e75b550 100644 --- a/centerim/Makefile +++ b/centerim/Makefile @@ -16,7 +16,7 @@ define Package/centerim SECTION:=net CATEGORY:=Network SUBMENU:=Instant Messaging - DEPENDS:=+libncurses +libreadline +gpgme +libopenssl +libcurl +libgnutls-extra + DEPENDS:=+libncurses +libreadline +gpgme +libopenssl +libcurl TITLE:=Universal IM client URL:=http://www.centerim.org endef @@ -31,6 +31,7 @@ CONFIGURE_VARS+=ac_cv_lib_ncurses_initscr=yes define Build/Configure $(call Build/Configure/Default, \ --prefix=/usr \ + --with-openssl=$(STAGING_DIR)/usr/lib \ ) endef diff --git a/gmenu2x/Makefile b/gmenu2x/Makefile index 850b338..7d5be75 100644 --- a/gmenu2x/Makefile +++ b/gmenu2x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmenu2x PKG_VERSION:=20100901 -PKG_REV:=5c05348ba99b6551d22bbaea17bfcabff31befbd +PKG_REV:=0775638dbcbc491d98df3c8932a933d1be2790d6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz