mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libmcrypt: Run autoreconf steps manually
This helps in re-running the configure generation with autotools 2.70+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
baa819d7dd
commit
0b8a8f8ca3
@ -14,4 +14,15 @@ UPSTREAM_CHECK_REGEX = "Libmcrypt/(?P<pver>\d+(\.\d+)+)/"
|
||||
|
||||
inherit autotools-brokensep gettext binconfig
|
||||
|
||||
do_configure() {
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
||||
aclocal
|
||||
libtoolize --automake --copy --force
|
||||
autoconf
|
||||
autoheader
|
||||
automake -a
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user