forked from FFmpeg/FFmpeg
configure: link with built libs when pc-uninstalled is used
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
444ce03f0f
commit
99a4c86a32
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -4965,7 +4965,7 @@ Description: $comment
|
|||
Version: $version
|
||||
Requires: $requires
|
||||
Conflicts:
|
||||
Libs: -L\${libdir} -l${shortname} $(enabled shared || echo $libs)
|
||||
Libs: -L\${libdir} -Wl,-rpath,\${libdir} -l${shortname} $(enabled shared || echo $libs)
|
||||
Cflags: -I\${includedir}
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue