Skip to content

Commit

Permalink
libffi: bump to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Nov 24, 2019
1 parent 535f4f0 commit 6f84c9c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions extra/libffi/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@

make
make DESTDIR="$1" install

# Fix location for headers.
mv "$1/usr/lib/libffi-3.2.1/include/" "$1/usr"
rmdir "$1/usr/lib/libffi-3.2.1"

# Fix location inside pkgconfig file.
sed -i '/^includedir=/{s,=.*,=/usr/include,g}' \
"$1/usr/lib/pkgconfig/libffi.pc"
2 changes: 1 addition & 1 deletion extra/libffi/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37 libffi-3.2.1.tar.gz
72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056 libffi-3.3.tar.gz
2 changes: 1 addition & 1 deletion extra/libffi/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
https://sourceware.org/pub/libffi/libffi-3.3.tar.gz
2 changes: 1 addition & 1 deletion extra/libffi/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1 3
3.3 1

0 comments on commit 6f84c9c

Please sign in to comment.