From c73f913844f6aed9e740780f8a6732477fa3d680 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 26 Apr 2020 15:35:31 +0200 Subject: Support current Debian 10 and Ubuntu 1910 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 41c83c4..c692bf0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DISTROS=debian10 +DISTROS=debian10 ubuntu1910 VERSION=$(shell dpkg-parsechangelog --show-field Version) PROJECTNAME=webserver PLUGINS=static-files webbox cgi weblog statistics # fcgi @@ -13,6 +13,10 @@ ifeq ($(shell which $(CXX)),) CXX=g++-9 endif +ifeq ($(shell which $(CXX)),) +CXX=g++ +endif + ifeq ($(CXXFLAGS),) #CXXFLAGS=-O2 -DNDEBUG CXXFLAGS=-O0 -g -D_DEBUG -- cgit v1.2.3