tor and dosbox: fix compile errors due to new gcc

This commit is contained in:
Stefan Kalkowski
2019-06-03 10:49:10 +02:00
committed by Norman Feske
parent c2f1576ba4
commit e178109093
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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) \