mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/lynx: remove duplicate dependency for host-pkg-conf
host-pkg-conf is already in default lynx's dependencies so remove it from openssl condition block. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d0126c5d4b
commit
b80dbd4f56
@@ -21,7 +21,7 @@ LYNX_CONF_OPTS += --with-screen=slang
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LYNX_DEPENDENCIES += host-pkgconf openssl
|
||||
LYNX_DEPENDENCIES += openssl
|
||||
LYNX_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
|
||||
LYNX_LIBS += `$(PKG_CONFIG_HOST_BINARY) --libs openssl`
|
||||
else ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
|
||||
Reference in New Issue
Block a user