summaryrefslogtreecommitdiffhomepage
path: root/common.mk
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-04 18:03:44 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-04 18:03:44 +0100
commit685a7e3407a8450ce71ff9d7dea94de6d4847e65 (patch)
tree868bf324b3d8d3f0d93e0bafee5a4bb6f1bcfa44 /common.mk
parent5fb5b34f5c2f5d0a3210708c04779367b1072c32 (diff)
Test HTTPS+HTTP * IPv6+IPv4 * HTTP1.0+HTTP1.1
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index cb4a426..74bfb03 100644
--- a/common.mk
+++ b/common.mk
@@ -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)