File ffmpeg-pkgconfig-version.patch of Package ffmpeg.7243
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: ffmpeg-3.3.1/configure
===================================================================
--- ffmpeg-3.3.1.orig/configure 2017-05-31 13:38:47.066985362 +0200
+++ ffmpeg-3.3.1/configure 2017-05-31 13:39:00.863503447 +0200
@@ -6882,7 +6882,8 @@ fi
# build pkg-config files
lib_version(){
- eval printf "\"lib${1}${build_suffix} >= \$LIB$(toupper ${1})_VERSION, \""
+ # Require the exact version of other libs, not any future version
+ eval printf "\"lib${1}${build_suffix} = \$LIB$(toupper ${1})_VERSION, \""
}
pkgconfig_generate(){