Commit f2b7382c authored by Anssi Hannula's avatar Anssi Hannula Committed by Diego Biurrun

Set correct value for libdir in pkg-config files.

patch by Anssi Hannula, anssi.hannula gmail com

Originally committed as revision 12864 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 80465c7e
...@@ -2101,7 +2101,7 @@ fi ...@@ -2101,7 +2101,7 @@ fi
# build pkg-config files # build pkg-config files
# FIXME: libdir and includedir are hardcoded and may differ from the real path. # FIXME: includedir is hardcoded and may differ from the real path.
pkgconfig_generate(){ pkgconfig_generate(){
name=$1 name=$1
...@@ -2112,7 +2112,7 @@ requires=$5 ...@@ -2112,7 +2112,7 @@ requires=$5
cat <<EOF >$name.pc cat <<EOF >$name.pc
prefix=$prefix prefix=$prefix
exec_prefix=\${prefix} exec_prefix=\${prefix}
libdir=\${exec_prefix}/lib libdir=$libdir
includedir=\${prefix}/include includedir=\${prefix}/include
Name: $name Name: $name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment