mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 01:20:29 +00:00
samhain: fix QA issue for GNU_HASH
Add LDFLAGS variable to fix QA issue for GNU_HASH: | ERROR: samhain-client-4.2.2-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/builddir/usr/sbin/samhain_setpwd' [ldflags] Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
a35bcc9495
commit
738dad9d91
@@ -0,0 +1,28 @@
|
||||
From ae79606a6745dbbd429d1d4671dfe3045d735057 Mon Sep 17 00:00:00 2001
|
||||
From: Jackie Huang <jackie.huang@windriver.com>
|
||||
Date: Thu, 14 Sep 2017 13:26:55 +0800
|
||||
Subject: [PATCH] Add LDFLAGS variable for compiling samhain_setpwd
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
||||
---
|
||||
Makefile.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index 01de987..49356cf 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -1128,7 +1128,7 @@ sh_tiger_i.o: $(srcsrc)/$(TIGER_SRC) Makefile config_xor.h
|
||||
samhain_setpwd: encode config_xor.h $(srcsrc)/samhain_setpwd.c
|
||||
@echo '$(COMPILE) -o samhain_setpwd $(srcsrc)/samhain_setpwd.c'; \
|
||||
./encode $(XOR_CODE) $(srcsrc)/samhain_setpwd.c; \
|
||||
- $(COMPILE) -o samhain_setpwd x_samhain_setpwd.c; \
|
||||
+ $(COMPILE) $(LDFLAGS) -o samhain_setpwd x_samhain_setpwd.c; \
|
||||
rm x_samhain_setpwd.c
|
||||
|
||||
samhain_stealth: encode config_xor.h $(srcsrc)/samhain_stealth.c
|
||||
--
|
||||
2.11.0
|
||||
|
||||
@@ -13,6 +13,7 @@ SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \
|
||||
file://samhain-sha256-big-endian.patch \
|
||||
file://samhain-configure-add-option-for-ps.patch \
|
||||
file://samhain-avoid-searching-host-for-postgresql.patch \
|
||||
file://samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch \
|
||||
file://${INITSCRIPT_NAME}.init \
|
||||
file://${INITSCRIPT_NAME}.default \
|
||||
file://samhain.service \
|
||||
|
||||
Reference in New Issue
Block a user