libbluray: configure call: "s/-bindir /--bindir=/" as it is prefered.

REVISION bump NOT required, as both are equivalent and produce the same hpkg.
This commit is contained in:
fbrosson
2018-03-03 11:17:17 +00:00
parent 99409bbbb3
commit 07b75bf701

View File

@@ -77,7 +77,7 @@ defineDebugInfoPackage libbluray$secondaryArchSuffix \
BUILD()
{
runConfigure --omit-dirs binDir ./configure -bindir "$commandBinDir" \
runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" \
--disable-bdjava-jar
make $jobArgs
}