17f439
https://bugzilla.redhat.com/show_bug.cgi?id=603113#c11
17f439
17f439
--- libvpx-v1.3.0/build/make/configure.sh-orig	2014-01-10 21:12:40.000000000 +0100
17f439
+++ libvpx-v1.3.0/build/make/configure.sh	2014-07-29 13:30:14.509553770 +0200
17f439
@@ -374,7 +374,7 @@ EOF
17f439
     readelf -WS ${TMP_O} >${TMP_X}
17f439
     log_file ${TMP_X}
17f439
     if ! grep -q '\.rodata .* 16$' ${TMP_X}; then
17f439
-        die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
17f439
+        echo >&2 "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
17f439
     fi
17f439
 }
17f439
 
17f439
--- libvpx-v1.3.0/vpx_ports/x86_abi_support.asm-orig	2014-07-29 14:06:26.856461360 +0200
17f439
+++ libvpx-v1.3.0/vpx_ports/x86_abi_support.asm	2014-07-29 15:00:51.772040384 +0200
17f439
@@ -377,7 +377,7 @@ section .text
17f439
 %elifidn __OUTPUT_FORMAT__,aout
17f439
 %define SECTION_RODATA section .data
17f439
 %else
17f439
-%define SECTION_RODATA section .rodata
17f439
+%define SECTION_RODATA section .rodata align=16
17f439
 %endif
17f439
 
17f439