mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
cups: regen configure so cups-no-gcrypt.patch has an effect
The existing patch backports a change to the m4 source file, but without a forced autoconf before configure it has no effect. (From OE-Core rev: 0262f83ec7d7e68c43c87d3b0a307744a32f6274) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6767cc19b1
commit
df3d7de667
@@ -39,6 +39,7 @@ EXTRA_OECONF = " \
|
||||
do_configure() {
|
||||
gnu-configize
|
||||
libtoolize --force
|
||||
autoconf --force
|
||||
DSOFLAGS="${LDFLAGS}" SERVERBIN="${libdir}/cups" oe_runconf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user