summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-ids/samhain/samhain.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/samhain/samhain.inc
index 2788bc3..f5bea1d 100644
--- a/recipes-ids/samhain/samhain.inc
+++ b/recipes-ids/samhain/samhain.inc
@@ -59,6 +59,7 @@ PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl, acl"
59PACKAGECONFIG[audit] = "ac_cv_header_auparse_h=yes,ac_cv_header_auparse_h=no,audit" 59PACKAGECONFIG[audit] = "ac_cv_header_auparse_h=yes,ac_cv_header_auparse_h=no,audit"
60PACKAGECONFIG[ps] = "--with-ps-path=${base_bindir}/ps,,,procps" 60PACKAGECONFIG[ps] = "--with-ps-path=${base_bindir}/ps,,,procps"
61 61
62EXTRA_OECONF += "INSTALL='install -p'"
62EXTRA_OEMAKE:append:aarch64 = " CPPFLAGS+=-DCONFIG_ARCH_AARCH64=1" 63EXTRA_OEMAKE:append:aarch64 = " CPPFLAGS+=-DCONFIG_ARCH_AARCH64=1"
63EXTRA_OEMAKE:append:mips64 = " CPPFLAGS+=-DCONFIG_ARCH_MIPS64=1" 64EXTRA_OEMAKE:append:mips64 = " CPPFLAGS+=-DCONFIG_ARCH_MIPS64=1"
64 65
@@ -89,6 +90,9 @@ ssp_cv_lib=no
89sh_cv_va_copy=yes 90sh_cv_va_copy=yes
90EOF 91EOF
91 export CONFIG_SITE=${S}/config-site.${BP} 92 export CONFIG_SITE=${S}/config-site.${BP}
93 # remove the buildpath
94 sed -i -e 's;mydefarg;mydefargholder;g' ${S}/scripts/samhain.ebuild.in
95 sed -i -e 's;mydefarg;mydefargholder;g' ${S}/scripts/samhain.ebuild-light.in
92} 96}
93 97
94do_configure () { 98do_configure () {