libffi: cleanup
don't ask the compiler about libdir
This commit is contained in:
parent
dc09285bc9
commit
f74d85a69b
1 changed files with 1 additions and 6 deletions
|
@ -3,7 +3,7 @@ pkgname=libffi
|
|||
version=3.3
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--includedir=/usr/include --with-pic"
|
||||
configure_args="--includedir=/usr/include --disable-multi-os-directory --with-pic"
|
||||
checkdepends="dejagnu"
|
||||
short_desc="Library supporting Foreign Function Interfaces"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
|
@ -12,13 +12,8 @@ homepage="http://sourceware.org/libffi"
|
|||
distfiles="ftp://sourceware.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/lib
|
||||
ln -s lib ${DESTDIR}/usr/lib64
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
rm -f ${DESTDIR}/usr/lib64
|
||||
}
|
||||
|
||||
libffi-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue