From 2c5709d8ce8c2189821bc616eafa0170eb9d8172 Mon Sep 17 00:00:00 2001 From: kyak Date: Sun, 5 Sep 2010 18:26:32 +0400 Subject: [PATCH] centerim's configure now looking for libopenssl in the right place --- centerim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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