mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/libkrb5: needs host-pkgconf for libedit
host-pkgconf is needed to find libedit Fixes: - http://autobuild.buildroot.org/results/45eee300788f46975d292b21eead97f9e9a8b5d8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8ebf93b4f9
commit
6812e466f9
@ -41,7 +41,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
||||||
LIBKRB5_CONF_OPTS += --with-libedit
|
LIBKRB5_CONF_OPTS += --with-libedit
|
||||||
LIBKRB5_DEPENDENCIES += libedit
|
LIBKRB5_DEPENDENCIES += host-pkgconf libedit
|
||||||
else
|
else
|
||||||
LIBKRB5_CONF_OPTS += --without-libedit
|
LIBKRB5_CONF_OPTS += --without-libedit
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user