Skip to content

Commit

Permalink
* Add gdb as a build dep for tests
Browse files Browse the repository at this point in the history
* For now, use TBB from the tree
  See rui314/mold#600
  • Loading branch information
sylvestre committed Aug 5, 2022
1 parent 714c67d commit be7b0ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ mold (1.4.0+dfsg-1) unstable; urgency=medium

[ Sylvestre Ledru ]
* New upstream release
* Add gdb as a build dep for tests
* For now, use TBB from the tree
See https://github.com/rui314/mold/issues/600

-- Sylvestre Ledru <sylvestre@debian.org> Fri, 05 Aug 2022 09:43:13 +0200

Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Build-Depends:
libxxhash-dev,
pkg-config,
zlib1g-dev,
gdb
Standards-Version: 4.6.0
Homepage: https://github.com/rui314/mold
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/mold
Expand Down
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pie.diff
fix-prefix.diff
avoid-overwriting-CFLAGS.diff

2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

export SYSTEM_MIMALLOC = 1
export SYSTEM_TBB = 1
#export SYSTEM_TBB = 1

%:
dh $@
Expand Down

0 comments on commit be7b0ea

Please sign in to comment.