From bfcf049c56bcbc4bcace3c74388675558b19ed40 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Mon, 3 Feb 2025 22:31:56 +0000 Subject: [PATCH] New packaging tweaks --- debian/changelog | 7 +++++++ debian/patches/makefile | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 275d9cb..2cbd4c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linbpq (6.0.24.59a+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium + + * New Upstream + * Little tweaks to makefile patch to account for new -rdynamic + + -- Dave Hibberd Mon, 03 Feb 2025 22:32:11 +0000 + linbpq (6.0.24.56+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium * New Upstream diff --git a/debian/patches/makefile b/debian/patches/makefile index 19cd7e7..1cd608f 100644 --- a/debian/patches/makefile +++ b/debian/patches/makefile @@ -15,13 +15,13 @@ CC = gcc - --all: CFLAGS = -DLINBPQ -MMD -g -fcommon +-all: CFLAGS = -DLINBPQ -MMD -g -rdynamic -fcommon -all: LDFLAGS = -l:libpaho-mqtt3a.a -l:libjansson.a +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +CFLAGS+=$(shell dpkg-buildflags --get CPPFLAGS) +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) + -+all: CFLAGS += -DLINBPQ -MMD -g -fcommon ++all: CFLAGS += -DLINBPQ -MMD -g -fcommon -rdynamic +all: LIBS = -lpaho-mqtt3a -ljansson -lminiupnpc -lrt -lm -lz -lpthread -lconfig -lpcap -lpng all: linbpq