mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
krb5: fix keyutils dependency
* if <keyutils.h> is found krb5 pulls in the lib, which than fails to link because of a missing -fPic in libkeyutils.so * keyutils 1.5.11 will depend on krb5, so we disable it in krb5 to avoid circular dependency Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
+3
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=krb5
|
PKG_NAME:=krb5
|
||||||
PKG_VERSION:=1.16.1
|
PKG_VERSION:=1.16.1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
@@ -71,7 +71,8 @@ CONFIGURE_VARS += \
|
|||||||
ac_cv_func_regcomp=yes \
|
ac_cv_func_regcomp=yes \
|
||||||
ac_cv_printf_positional=yes \
|
ac_cv_printf_positional=yes \
|
||||||
ac_cv_file__etc_environment=no \
|
ac_cv_file__etc_environment=no \
|
||||||
ac_cv_file__etc_TIMEZONE=no
|
ac_cv_file__etc_TIMEZONE=no \
|
||||||
|
ac_cv_header_keyutils_h=no
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--localstatedir=/etc \
|
--localstatedir=/etc \
|
||||||
|
|||||||
Reference in New Issue
Block a user