Initial commit
This commit is contained in:
+28
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user