forked from Entware/entware-ng-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLastSync.txt
20 lines (16 loc) · 865 Bytes
/
LastSync.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
commit 37e8aa3639b68f185efded52ea1a77f251570a19
Author: Florian Fainelli <[email protected]>
Date: Mon Apr 3 18:57:59 2017 -0700
sslh: Also pass down TARGET_CPPFLAGS
Make sure we do pass TARGET_CPPFLAGS using CPPFLAGS (which is supported
by sslh's Makefile), fixing build issues with some external toolchains:
mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc
-fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1 -Wl,-z,now
-Wl,-z,relro -DENABLE_REGEX -DLIBCONFIG -c sslh-main.c
sslh-main.c:26:23: fatal error: libconfig.h: No such file or directory
#include <libconfig.h>
^
compilation terminated.
Makefile:63: recipe for target 'sslh-main.o' failed
make[4]: *** [sslh-main.o] Error 1
Signed-off-by: Florian Fainelli <[email protected]>