diff options
Diffstat (limited to 'recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch')
-rw-r--r-- | recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch b/recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch new file mode 100644 index 0000000..f2691e7 --- /dev/null +++ b/recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From 7fc1f0a8d4c6a109f7e86853a9136a008c68808a Mon Sep 17 00:00:00 2001 | ||
2 | From: Jackie Huang <jackie.huang@windriver.com> | ||
3 | Date: Thu, 14 Sep 2017 13:26:55 +0800 | ||
4 | Subject: [PATCH] Add LDFLAGS variable for compiling samhain_setpwd | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
9 | --- | ||
10 | Makefile.in | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/Makefile.in b/Makefile.in | ||
14 | index ade0638..1806159 100644 | ||
15 | --- a/Makefile.in | ||
16 | +++ b/Makefile.in | ||
17 | @@ -1159,7 +1159,7 @@ sh_tiger_i.o: $(srcsrc)/$(TIGER_SRC) Makefile config_xor.h | ||
18 | samhain_setpwd: encode config_xor.h $(srcsrc)/samhain_setpwd.c | ||
19 | @echo '$(COMPILE) -o samhain_setpwd $(srcsrc)/samhain_setpwd.c'; \ | ||
20 | ./encode $(XOR_CODE) $(srcsrc)/samhain_setpwd.c; \ | ||
21 | - $(COMPILE) -o samhain_setpwd x_samhain_setpwd.c; \ | ||
22 | + $(COMPILE) $(LDFLAGS) -o samhain_setpwd x_samhain_setpwd.c; \ | ||
23 | rm x_samhain_setpwd.c | ||
24 | |||
25 | samhain_stealth: encode config_xor.h $(srcsrc)/samhain_stealth.c | ||
26 | -- | ||
27 | 2.34.1 | ||
28 | |||