|
@@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
|
|
|
|
|
|
PACKAGECONFIG ??= ""
|
|
|
PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
|
|
|
+# when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install_append is needed
|
|
|
+PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils"
|
|
|
+# when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install_append is needed
|
|
|
+PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 talloc keyutils"
|
|
|
|
|
|
inherit autotools pkgconfig
|
|
|
|