From 7b3fe2cc608928df3b885168a0676a771f7bc7be Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 8 Jan 2023 12:16:15 +0100 Subject: Version 1.17; fix build and upload for distributions --- common.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 74bfb03..5770d7d 100644 --- a/common.mk +++ b/common.mk @@ -97,8 +97,6 @@ LIBS+= \ CXXTYPE=g++ endif -CXXFLAGS+=$(shell pkg-config --cflags 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) CXXFLAGS+=-DVERSION=\"$(VERSION)\" -- cgit v1.2.3