Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
7f7f0f7e
Commit
7f7f0f7e
authored
Aug 01, 2014
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actual libffi support!
parent
dd210c90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
libffi
builds/libraries/vendor/libffi
+2
-9
No files found.
builds/libraries/vendor/libffi
View file @
7f7f0f7e
...
...
@@ -12,17 +12,10 @@ echo "Building libffi..."
SOURCE_TARBALL
=
'http://cl.ly/2s1t1u3v0N0I/download/libffi-3.1.tar'
curl
-L
$SOURCE_TARBALL
|
tar
x
z
curl
-L
$SOURCE_TARBALL
|
tar
x
cd
libffi-3.1
sed
-e
'/^includesdir/ s:$(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include:$(includedir):'
\
-i
include/Makefile.in
&&
sed
-e
'/^includedir/ s:${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include:@includedir@:'
\
-e
's/^Cflags: -I${includedir}/Cflags:/'
\
-i
libffi.pc.in
&&
./configure
--prefix
=
/usr
--disable-static
&&
./configure
--prefix
=
$OUT_PREFIX
--disable-static
&&
make
make
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment