test.pc file: Name: test Description: test module Version: 1.0 Libs: -L~ `pkg-config --libs test` output: -L\~ expected output: -L~
Created attachment 70018 [details] [review] Allow ~ through unescaped
This seems fine. ~ is a shell special character (home directory) when it's the leading character of a word. People can always escape it in the .pc file if they have that situation, though. Patch looks good. I'll apply it soon.
Applied in 69beecd after resolving a conflict in check/Makefile.am and making the name in tilde.pc more specific than "test". Thanks for the patch.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.