mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +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
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Instant Messaging
|
SUBMENU:=Instant Messaging
|
||||||
DEPENDS:=+libncurses +libreadline +gpgme +libopenssl +libcurl +libgnutls-extra
|
DEPENDS:=+libncurses +libreadline +gpgme +libopenssl +libcurl
|
||||||
TITLE:=Universal IM client
|
TITLE:=Universal IM client
|
||||||
URL:=http://www.centerim.org
|
URL:=http://www.centerim.org
|
||||||
endef
|
endef
|
||||||
@ -31,6 +31,7 @@ CONFIGURE_VARS+=ac_cv_lib_ncurses_initscr=yes
|
|||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--with-openssl=$(STAGING_DIR)/usr/lib \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user