]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
readline: install a .pc file
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Apr 2018 21:20:04 +0000 (23:20 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 6 May 2018 19:50:01 +0000 (21:50 +0200)
commita2d07f1be6b8667c83bdcdbc9fc2af7596b1be10
treea89e3fa1a4f3f99adf8f36ada6d88e212c594094
parenteef425146223f220587c32ad880463b1c749660c
readline: install a .pc file

Some packages (such as udftools) fail to build against readline in
static linking configurations. To fix this, we install the .pc file
provided by readline.

Unfortunately, this .pc file is by default not correct, so a patch is
added to fix it, and this patch requires to re-autoconf the package
(but not autoreconf since only autoconf is used).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/readline/0001-configure.ac-readline.pc.in-fix-Requires.private-val.patch [new file with mode: 0644]
package/readline/readline.mk