aboutsummaryrefslogtreecommitdiff
path: root/libs/libffi/Makefile
Commit message (Collapse)AuthorAge
* libffi: fix install location of host libffi headersAlexandru Ardelean2017-08-26
| | | | | | | | | Seems that the header files for the host libffi headers are installed in the wrong place. i.e. $(STAGING_DIR_HOSTPKG)/lib/libffi-3.2.1/include when it should be $(STAGING_DIR_HOSTPKG)/include Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libffi: do not append multilib suffix (eg. '../lib64') to toolexeclibdirGergely Kiss2016-05-12
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* libffi: fix include path in pkg-config file, fixes glib2 buildFelix Fietkau2016-05-11
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* libffi: bump to version 3.2.1Alexey Brodkin2016-05-11
| | | | | | | | | Among many fixes and improvements this new version adds support of ARC architecture (ARC port was actually introduced in v3.1 but while at it why not to update to the most recent version). Which allows to build dependent projects like Python etc. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* libffi: fix host buildHauke Mehrtens2015-11-21
| | | | | | | | | | | 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 <hauke@hauke-m.de>
* add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* libffi: import from packages and update to latest versionPeter Wagner2014-06-30