Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
annotate LDFLAGS patches with upstream reports
  • Loading branch information
stapelberg committed May 7, 2020
1 parent dcd462b commit 434b729
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/giblib/build.textproto
Expand Up @@ -2,6 +2,8 @@ source: "http://deb.debian.org/debian/pool/main/g/giblib/giblib_1.2.4.orig.tar.g
hash: "e437756ce3ded019946fb3d979991cda7604bc345dbb1338b17655caff65a3d3"
version: "1.2.4-8"

# Not forwarded upstream, as there is no active upstream:
# https://github.com/resurrecting-open-source-projects/scrot/issues/22
cherry_pick: "pc-ldflags.patch"

writable_sourcedir: true
Expand Down
1 change: 1 addition & 0 deletions pkgs/guile/build.textproto
Expand Up @@ -2,6 +2,7 @@ source: "https://ftp.gnu.org/gnu/guile/guile-2.0.14.tar.xz"
hash: "e8442566256e1be14e51fc18839cd799b966bc5b16c6a1d7a7c35155a8619d82"
version: "2.0.14-6"

# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36339
cherry_pick: "pc-ldflags.patch"

cbuilder: {}
Expand Down
2 changes: 2 additions & 0 deletions pkgs/ncurses/build.textproto
Expand Up @@ -9,6 +9,8 @@ extra_file: "formw.so.ld"
extra_file: "menuw.so.ld"

# Prevent our LDFLAGS from ending up in the pkg-config .pc file:
# Should eventually show up in the archives at:
# https://lists.gnu.org/archive/html/bug-ncurses/2020-05/threads.html
cherry_pick: "pc-ldflags.patch"

cbuilder: {
Expand Down
1 change: 1 addition & 0 deletions pkgs/ruby/build.textproto
Expand Up @@ -5,6 +5,7 @@ pull: {
releases_url: "https://www.ruby-lang.org/en/downloads/"
}

# https://bugs.ruby-lang.org/issues/16836
cherry_pick: "pc-ldflags.patch"

cbuilder: {}
Expand Down

0 comments on commit 434b729

Please sign in to comment.