|
@ -12,6 +12,7 @@ cd "$name-$version" |
|
|
# regular GNU autotools configure scripts. |
|
|
# regular GNU autotools configure scripts. |
|
|
# Not using compile_configure due to that. |
|
|
# Not using compile_configure due to that. |
|
|
./configure --disable-static --enable-shared --enable-openssl \ |
|
|
./configure --disable-static --enable-shared --enable-openssl \ |
|
|
|
|
|
--enable-libvpx \ |
|
|
--prefix="/$dir_prefix" \ |
|
|
--prefix="/$dir_prefix" \ |
|
|
--bindir="/$dir_prefix/$dir_bindir" \ |
|
|
--bindir="/$dir_prefix/$dir_bindir" \ |
|
|
--libdir="/$dir_prefix/$dir_libdir" \ |
|
|
--libdir="/$dir_prefix/$dir_libdir" \ |
|
|