mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(packages): freeipa-ipasam
This commit is contained in:
parent
0e346ff051
commit
b70430a4a6
2 changed files with 12 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ in {
|
||||||
../packages/freeipa-ipasam.patch
|
../packages/freeipa-ipasam.patch
|
||||||
];
|
];
|
||||||
configureFlags = lib.filter (f: f != "--disable-server") old.configureFlags;
|
configureFlags = lib.filter (f: f != "--disable-server") old.configureFlags;
|
||||||
|
nativeBuildInputs = old.nativeBuildInputs or []
|
||||||
|
# wants 1.17 normally
|
||||||
|
++ lib.optional (lib.versionAtLeast final.automake.version "1.18") final.autoreconfHook
|
||||||
|
;
|
||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
samba = final.samba-ldap;
|
samba = final.samba-ldap;
|
||||||
|
|
|
||||||
|
|
@ -26,3 +26,11 @@ diff --git a/daemons/Makefile.am b/daemons/Makefile.am
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ipa-version.h: ipa-version.h.in $(top_builddir)/$(CONFIG_STATUS)
|
ipa-version.h: ipa-version.h.in $(top_builddir)/$(CONFIG_STATUS)
|
||||||
|
diff --git a/daemons/ipa-sam/ipa_sam.c b/daemons/ipa-sam/ipa_sam.c
|
||||||
|
--- a/daemons/ipa-sam/ipa_sam.c
|
||||||
|
+++ b/daemons/ipa-sam/ipa_sam.c
|
||||||
|
@@ -16,3 +16,3 @@
|
||||||
|
|
||||||
|
-#include <param.h>
|
||||||
|
+#include <sys/param.h>
|
||||||
|
#include <ndr.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue