buildroot/package/botan
Thomas Petazzoni 7536a7354c botan: pass --prefix=/usr to fix .pc file
botan uses a non-autotools build system. We currently don't pass any
--prefix=/usr, and by default the prefix is set to /usr/local. This
doesn't cause a lot of visible issues because at install time, we pass
DESTDIR=$(TARGET_DIR)/usr (the build system doesn't make the
difference between DESTDIR and prefix).

However, the generated pkg-config .pc file is wrong, as it contains
prefix=/usr/local instead of prefix=/usr, which doesn't match where
the botan library and headers are installed. By passing --prefix=/usr,
we make sure that the .pc file is in line with where botan is
installed.

Fixes bug #7760

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-04-10 22:55:00 +02:00
..
0001-remove-mips64-explicit-mabi.patch botan: fix mips64 build using n32 ABI 2014-10-23 22:15:53 +02:00
Config.in botan: fix static build 2014-11-27 22:48:09 +01:00
botan.hash botan: Add hash file 2015-03-15 14:13:50 +01:00
botan.mk botan: pass --prefix=/usr to fix .pc file 2015-04-10 22:55:00 +02:00