diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-25 18:10:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-25 18:10:36 +0000 |
commit | 43dd0eeb7b7aaf482d3568a0d6a3b99bedbf1cf6 (patch) | |
tree | 5a09ef4df24b8df688837566c679964a83b176b2 /gmp/gmp_4.1.2.oe | |
parent | 9b045cdb13c58736d633e5d5242be62cc9c91051 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into zelda.tuxnami.org:/home/kergoth/code/packages
2004/01/25 13:06:53-05:00 local!kergoth
Fix gmp build with automake/aclocal 1.8.
BKrev: 4014069c-5pVy0y2sPe6v3AHSWRjHQ
Diffstat (limited to 'gmp/gmp_4.1.2.oe')
-rw-r--r-- | gmp/gmp_4.1.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe index 3fca4f28c8..7682ee9bf5 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -7,7 +7,7 @@ SRC_URI = ftp://mirrors.kernel.org/gnu/${PN}/${P}.tar.gz \ inherit autotools libtool -acpaths = -I . -I mpn -I mpfr +acpaths = do_stage () { install -m 0644 ${S}/.libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la |