summaryrefslogtreecommitdiffstats
path: root/external/meta-security/recipes-security/samhain/files/samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-security/recipes-security/samhain/files/samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch')
-rw-r--r--external/meta-security/recipes-security/samhain/files/samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/external/meta-security/recipes-security/samhain/files/samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch b/external/meta-security/recipes-security/samhain/files/samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch
deleted file mode 100644
index 088a938e..00000000
--- a/external/meta-security/recipes-security/samhain/files/samhain-add-LDFLAGS-variable-for-samhain_setpwd.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-