Merge pull request #193142 from yu-re-ka/libmediainfo
libmediainfo: fix cross-compilation
This commit is contained in:
commit
09913928a0
@ -12,7 +12,12 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
propagatedBuildInputs = [ libzen ];
|
propagatedBuildInputs = [ libzen ];
|
||||||
|
|
||||||
postPatch = "cd Project/GNU/Library";
|
sourceRoot = "MediaInfoLib/Project/GNU/Library";
|
||||||
|
|
||||||
|
postPatch = lib.optionalString (stdenv.cc.targetPrefix != "") ''
|
||||||
|
substituteInPlace configure.ac \
|
||||||
|
--replace "pkg-config " "${stdenv.cc.targetPrefix}pkg-config "
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--enable-shared" ];
|
configureFlags = [ "--enable-shared" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user