libffi: fix host build
authorHauke Mehrtens <redacted>
Sat, 21 Nov 2015 11:34:45 +0000 (12:34 +0100)
committerHauke Mehrtens <redacted>
Sat, 21 Nov 2015 11:37:34 +0000 (12:37 +0100)
commit1ad9005e989bc3cd3d1e2a5d8830f0d8dce27d89
treed946110e98068c5e2e27e401c3a75037f6eb9477
parent10311faf44e1f857b3a0f85d5381a2ce6900888e
libffi: fix host build

My last commit c1137b6db7c461ddc3d2ddac674ba73bc1579918 "libffi: fix
libffi.pc file" broke the host build as that still placed the header
files to /usr/lib/libffi-3.0.13/include/ and the libffi.pc file pointed
to /usr/include/ . With this patch I took the patch from Debian and
also made the install process to put the header files to /usr/include
in all situations.

Signed-off-by: Hauke Mehrtens <redacted>
libs/libffi/Makefile
libs/libffi/patches/001-fix-includedir-pkg.patch
git clone https://git.99rst.org/PROJECT