tor and dosbox: fix compile errors due to new gcc
This commit is contained in:
committed by
Norman Feske
parent
c2f1576ba4
commit
e178109093
@@ -53,8 +53,9 @@ CC_WARN = -Wall
|
||||
CC_WARN += -Wno-unused-variable -Wno-unused-function -Wno-switch -Wno-unused-value \
|
||||
-Wno-unused-but-set-variable -Wno-format -Wno-maybe-uninitialized \
|
||||
-Wno-sign-compare -Wno-narrowing -Wno-missing-braces -Wno-array-bounds \
|
||||
-Wno-parentheses
|
||||
-Wno-parentheses -Wno-deprecated
|
||||
|
||||
LIBS += libpng libc sdl sdl_net stdcxx zlib
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
CC_CXX_OPT_STD = -std=gnu++11
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
TARGET = tor
|
||||
LIBS = libevent posix libssl libcrypto zlib
|
||||
LIBS += libc_lwip_nic_dhcp
|
||||
TOR_DIR = $(call select_from_ports,tor)/src/app/tor
|
||||
INC_DIR = $(PRG_DIR) \
|
||||
$(TOR_DIR) \
|
||||
|
||||
Reference in New Issue
Block a user