diff options
author | bradleys <[email protected]> | 2014-10-26 22:05:37 +0000 |
---|---|---|
committer | bradleys <[email protected]> | 2014-10-26 22:05:37 +0000 |
commit | 5b3ef3c5c0bac20825b7d793c2cb4a48cabe3a2f (patch) | |
tree | 883f5434141c5f8f2628acbe8677c38ea079d479 /contrib/libgnurx/module.defs | |
parent | 95a7f638ad658a7fe3c37200f6dd877a32df5f72 (diff) |
contrib: Fix libgnurx to use mingw's ar.
Thanks to KonaB1end for help connecting the dots!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6469 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libgnurx/module.defs')
-rw-r--r-- | contrib/libgnurx/module.defs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libgnurx/module.defs b/contrib/libgnurx/module.defs index f8ca1995f..3d73829f7 100644 --- a/contrib/libgnurx/module.defs +++ b/contrib/libgnurx/module.defs @@ -4,6 +4,9 @@ $(eval $(call import.CONTRIB.defs,LIBGNURX)) LIBGNURX.FETCH.url = http://download.handbrake.fr/handbrake/contrib/mingw-libgnurx-2.5.1-src.tar.gz LIBGNURX.EXTRACT.tarbase = mingw-libgnurx-2.5.1 +LIBGNURX.CONFIGURE.env += AR="$(AR.exe)" +LIBGNURX.CONFIGURE.bootstrap = autoreconf -fiv; + LIBGNURX.BUILD.ntargets = libregex.a-static define LIBGNURX.INSTALL |