package/rsyslog: drop libee dependency
Extract from1bc60d4ba2
: "NOTE TO MAINTAINERS: libee is not used by rsyslog for quite some while. However, we never included this info into the changelog. So if you still make rsyslog depend on libee (some do this), you should stop doing so now. Libee is dead and no longer been maintained nor hosted by us." Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit55d164bf5d
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7f17a93ead
commit
2c552913dd
@ -66,10 +66,6 @@ else
|
||||
RSYSLOG_CONF_OPTS += --disable-gnutls
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEE),y)
|
||||
RSYSLOG_DEPENDENCIES += libee
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||
RSYSLOG_DEPENDENCIES += libgcrypt
|
||||
RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
||||
|
Loading…
Reference in New Issue
Block a user