https://sourceware.org/bugzilla/show_bug.cgi?id=32003
--- Comment #8 from Benjamin Drung <bdrung at posteo dot de> --- (In reply to H.J. Lu from comment #7) > (In reply to Benjamin Drung from comment #6) > > > The encoding is flexible and you could just encode the characters that are > > problematic in your case: > > > > -Wl,--encoded-package-metadata,{"type":"deb"%2C"os":"ubuntu"%2C"name": > > "dpkg"%2C"version":"1.22.6ubuntu15"%2C"architecture":"amd64"} > > Doesn't this have the same issue with '"'? Yes, this example parameter needs to be quoted in case it is used in shell (or multiple times quoted in case it is parsed multiple times). I just wanted to make the point that the percent-encoding can be used sparsely to only encode the characters that are problematic in the specific use-case. So in case you control the whole build pipeline, you can quote just the comma. If you want to pass this flag into a random projects, you can encode the quotation marks as well. -- You are receiving this mail because: You are on the CC list for the bug.