Skip to content

Commit

Permalink
Fixes #21036: ubuntu22 build options are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed Apr 27, 2022
1 parent 996afb8 commit 48dd5b9
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 @@ -54,6 +54,11 @@ ifeq (focal,$(OS_CODENAME))
WITH = --with-lmdb
STRIP_OPT = --no-automatic-dbgsym
endif
# Ubuntu 22.04
ifeq (jammy,$(OS_CODENAME))
WITH = --with-lmdb
STRIP_OPT = --no-automatic-dbgsym
endif

# Debian 5
ifeq (lenny,$(OS_CODENAME))
Expand Down

0 comments on commit 48dd5b9

Please sign in to comment.