[packages] ffmpeg: PIC is required for libav* (#6160)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18420 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dfea94ccdf
commit
11c27a34c4
@ -166,7 +166,7 @@ FFMPEG_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(FFMPEG_PROT
|
||||
define Build/Configure
|
||||
# this is *NOT* GNU configure
|
||||
( cd $(PKG_BUILD_DIR); \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
./configure \
|
||||
--enable-cross-compile \
|
||||
|
Loading…
x
Reference in New Issue
Block a user