Skip to content

Commit

Permalink
Fixes #22747: Add debian12 support to agent package
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed May 15, 2023
1 parent 5c0e2f2 commit 8074f58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rudder-agent/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ ifeq (bullseye,$(OS_CODENAME))
WITH = --with-lmdb
STRIP_OPT = --no-automatic-dbgsym
endif
# Debian 12
ifeq (bookworm,$(OS_CODENAME))
WITH = --with-lmdb
STRIP_OPT = --no-automatic-dbgsym
endif

# manage dependencies
ifeq ($(findstring with-openssl,$(WITH)),)
Expand Down

0 comments on commit 8074f58

Please sign in to comment.