ffmpeg: fix build of shared libraries

009d8fceab and 0a5e5534cb moved the --enable-static configure flag
from package files to the default _CONFIGURE_CMDS in
package/Makefile.autotools.in.
This broke Autotools packages that override _CONFIGURE_CMDS.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Luca Ceresoli 2011-06-20 17:59:54 +02:00 committed by Peter Korsgaard
parent 0a78829e0a
commit 97a429667e
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ define FFMPEG_CONFIGURE_CMDS
--arch=$(BR2_ARCH) \ --arch=$(BR2_ARCH) \
--target-os=linux \ --target-os=linux \
--extra-cflags=-fPIC \ --extra-cflags=-fPIC \
$(SHARED_STATIC_LIBS_OPTS) \
$(FFMPEG_CONF_OPT) \ $(FFMPEG_CONF_OPT) \
) )
endef endef