diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-04 18:03:44 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-04 18:03:44 +0100 |
commit | 685a7e3407a8450ce71ff9d7dea94de6d4847e65 (patch) | |
tree | 868bf324b3d8d3f0d93e0bafee5a4bb6f1bcfa44 /common.mk | |
parent | 5fb5b34f5c2f5d0a3210708c04779367b1072c32 (diff) |
Test HTTPS+HTTP * IPv6+IPv4 * HTTP1.0+HTTP1.1
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -98,7 +98,6 @@ CXXTYPE=g++ endif CXXFLAGS+=$(shell pkg-config --cflags fmt) -LIBS+=$(shell pkg-config --libs fmt) SRC_ROOT=$(shell echo $(MAKEFILE_LIST) | tr " " "\n" | grep common.mk | sed -e 's/\([^ ]*\)common.mk/\1/g') VERSION=$(shell dpkg-parsechangelog --show-field Version --file $(SRC_ROOT)/debian/changelog) |