Keep build files in sync (Port bug 1430036: Don't set PKG_CONFIG_LIBDIR when building on Debian). rs=bustage-fix

This commit is contained in:
Jorg K 2018-01-12 23:54:20 +01:00
Родитель 4b53187a55
Коммит 5841c5aded
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -26,5 +26,7 @@ fi
. "$topsrcdir/build/unix/mozconfig.stdcxx"
if [ -f /etc/redhat-release ]; then
# PKG_CONFIG_LIBDIR is appropriately overridden in mozconfig.linux32
export PKG_CONFIG_LIBDIR=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig
fi

Просмотреть файл

@ -1,6 +1,8 @@
. "$topsrcdir/build/unix/mozconfig.linux"
if [ -f /etc/redhat-release ]; then
export PKG_CONFIG_LIBDIR=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
fi
export MOZ_LINUX_32_SSE2_STARTUP_ERROR=1