Hi! The attached patches fix two issues with the librtmp.pc file: - libdir is hardcoded to $prefix/lib, instead of real libdir - Private libs are listed in Requires/Libs instead of .private -- Anssi Hannula
Anssi Hannula kirjoitti tiistai, 20. heinäkuuta 2010 00:24:37:
Hi!
The attached patches fix two issues with the librtmp.pc file: - libdir is hardcoded to $prefix/lib, instead of real libdir - Private libs are listed in Requires/Libs instead of .private
Ping? -- Anssi Hannula
Anssi Hannula wrote:
Hi!
The attached patches fix two issues with the librtmp.pc file: - libdir is hardcoded to $prefix/lib, instead of real libdir
Committed, thanks.
- Private libs are listed in Requires/Libs instead of .private
My pkgconfig manpage says nothing about "Requires.private". This patch seems to be wrong.
Howard Chu kirjoitti perjantai, 13. elokuuta 2010 23:08:07:
Anssi Hannula wrote:
- Private libs are listed in Requires/Libs instead of .private
My pkgconfig manpage says nothing about "Requires.private". This patch seems to be wrong.
It seems the man page was not up-to-date; requires.private was apparently added to the man page only in the recent 0.24 release, even though requires.private support was added in 2005 or so. See e.g. http://people.freedesktop.org/~dbn/pkg-config-guide.html for good documentation (the page comes from pkg-config source tarball), and more discussion about the .private variants (the "Writing pkg-config files" seciton). -- Anssi Hannula
participants (2)
-
Anssi Hannula -
Howard Chu