ablfs-more
trunk
Last change
on this file since 875366f was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago |
Remove $Id$ comments, they are useless with git
|
-
Property mode
set to
100644
|
File size:
505 bytes
|
Line | |
---|
1 | PKG="libffi"
|
---|
2 | PKG_VERSION="3.2.1"
|
---|
3 | PKG_FILE="libffi-3.2.1.tar.gz"
|
---|
4 | URL="http://sourceware.org/pub/libffi/${PKG_FILE}"
|
---|
5 | MD5="83b89587607e3eb65c70d361f13bab43"
|
---|
6 | for i in PATCH{1..10}; do
|
---|
7 | unset $i
|
---|
8 | done
|
---|
9 |
|
---|
10 | ( cat << "xEOFx"
|
---|
11 | sed -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \
|
---|
12 | -i include/Makefile.in &&
|
---|
13 |
|
---|
14 | sed -e '/^includedir/ s/=.*$/=@includedir@/' \
|
---|
15 | -e 's/^Cflags: -I${includedir}/Cflags:/' \
|
---|
16 | -i libffi.pc.in &&
|
---|
17 |
|
---|
18 | ./configure --prefix=/usr --disable-static &&
|
---|
19 | make
|
---|
20 | make install
|
---|
21 | xEOFx
|
---|
22 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.