Skip to content

Commit fcc013a

Browse files
authored
Merge pull request #189 from nabe-abk/master
Fix build-ffmpeg, 'sratom' build fails on Debian 11
2 parents ca73294 + 0a7f3a2 commit fcc013a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ mkdir -p "$PACKAGES"
278278
mkdir -p "$WORKSPACE"
279279

280280
export PATH="${WORKSPACE}/bin:$PATH"
281-
PKG_CONFIG_PATH="/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
281+
PKG_CONFIG_PATH="$WORKSPACE/lib/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
282282
PKG_CONFIG_PATH+=":/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib64/pkgconfig"
283283
export PKG_CONFIG_PATH
284284

0 commit comments

Comments
 (0)