Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90e9ca4

Browse filesBrowse files
committed
Use more defensive LDFLAGS append method
In Debian Trixie and older, `dpkg-buildflags --get LDFLAGS` returns something like `-Wl,-z-relro` and in Forky and newer it looks like `-Wl,-z-relro -fcf-protection`, so instead of relying on that `-Wl` and appending to the existing value, we can (and should) just add new `-Wl` values to the end, which _should_ be combined together correctly by the compiler/linker.
1 parent 12629ff commit 90e9ca4
Copy full SHA for 90e9ca4

37 files changed

+62-62Lines changed: 62 additions & 62 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎3.10/alpine3.22/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.10/alpine3.22/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.10/alpine3.23/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.10/alpine3.23/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.10/bookworm/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.10/bookworm/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.10/slim-bookworm/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.10/slim-bookworm/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.10/slim-trixie/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.10/slim-trixie/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.10/trixie/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.10/trixie/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.11/alpine3.22/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.11/alpine3.22/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.11/alpine3.23/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.11/alpine3.23/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.11/bookworm/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.11/bookworm/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎3.11/slim-bookworm/Dockerfile‎

Copy file name to clipboardExpand all lines: 3.11/slim-bookworm/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.