Skip to content

Commit

Permalink
fix: build with GCC 12
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Jan 17, 2025
1 parent f8df19e commit 1f0d9be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
liblol (0.1.6-1deepin1) unstable; urgency=medium

* Build with GCC 12.

-- Mingcong Bai <[email protected]> Fri, 17 Jan 2025 10:49:59 +0800

liblol (0.1.6-1) unstable; urgency=medium

* Release 0.1.6-1
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NJOBS := -j $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
endif

BASE_CC = gcc
DEB_GCC_VERSION = -14
DEB_GCC_VERSION = -12

CC = $(DEB_HOST_GNU_TYPE)-$(BASE_CC)$(DEB_GCC_VERSION)
BUILD_CC = $(DEB_BUILD_GNU_TYPE)-$(BASE_CC)
Expand Down

0 comments on commit 1f0d9be

Please sign in to comment.