diff options
author | konablend <[email protected]> | 2013-02-19 22:49:15 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2013-02-19 22:49:15 +0000 |
commit | 7c9d9447537ab753b5e414f5236f2f55f1b56740 (patch) | |
tree | 54b1018b7bdd58cc4a54f50aa2f6a171cf5dde72 /contrib/bzip2 | |
parent | 1e051449c1a2971e7a4d2c7cf73aeddfb3fbbe38 (diff) |
cleanup build system settings for several modules
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5257 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/bzip2')
-rw-r--r-- | contrib/bzip2/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bzip2/module.defs b/contrib/bzip2/module.defs index 728e28189..0a7463e20 100644 --- a/contrib/bzip2/module.defs +++ b/contrib/bzip2/module.defs @@ -6,10 +6,10 @@ BZIP2.EXTRACT.tarbase = bzip2 BZIP2.CONFIGURE = $(TOUCH.exe) $@ BZIP2.BUILD.extra = \ - CC=$(BZIP2.GCC.gcc) \ - CFLAGS="$(call fn.ARGS,BZIP2.GCC,*archs *sysroot *minver)" \ + PREFIX="$(BZIP2.CONFIGURE.prefix)" \ + CC="$(BZIP2.GCC.gcc)" \ + $(BZIP2.CONFIGURE.env.CFLAGS) \ RANLIB="$(RANLIB.exe)" - PREFIX=$(call fn.ABSOLUTE,$(CONTRIB.build/)) BZIP2.BUILD.ntargets = libbz2.a |