Skip to content

Commit 2b24d38

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[build] Override dh_shlibdeps' determination of the libc version needed.
There is no libc.pc in the sysroot. TEST=host newer than jammy Change-Id: Ia8ce4edf4a6587bb229b4cc87b72b13f026613d0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/434940 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent 38f43f7 commit 2b24d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/debian_package/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Build-Depends: python3:native
77

88
Package: dart
99
Architecture: any
10-
Depends: ${shlibs:Depends}, ${misc:Depends}
10+
Depends: ${misc:Depends}, libc6 (>= 2.31)
1111
Description: Dart SDK

0 commit comments

Comments
 (0)