mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:17:12 +02:00
centerim's configure now looking for libopenssl in the right place
This commit is contained in:
parent
1b84af0652
commit
2c5709d8ce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user