summaryrefslogtreecommitdiffstats
path: root/contrib/libbluray
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-01-15 19:15:27 +0000
committerjstebbins <[email protected]>2015-01-15 19:15:27 +0000
commit2b4aa91b2f32e802f8df7831e36be9fb4c930460 (patch)
tree3033f570a3a0be1941235e428688e04a377d4437 /contrib/libbluray
parentf9ebf603e5d700254643208e9604eb3cb9e59d8f (diff)
build: fix configure environment of several contribs
Incorrect build environment caused a failure to disable asserts in libdvdnav which leads to crashes. Probably other undesirable side effects as well. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6756 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libbluray')
-rw-r--r--contrib/libbluray/module.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libbluray/module.defs b/contrib/libbluray/module.defs
index 5a7b610e3..868b25147 100644
--- a/contrib/libbluray/module.defs
+++ b/contrib/libbluray/module.defs
@@ -16,6 +16,6 @@ endif
LIBBLURAY.CONFIGURE.extra += --disable-examples
ifeq (1,$(FEATURE.local_pkgconfig))
- LIBBLURAY.CONFIGURE.env = PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)"
- LIBBLURAY.BUILD.env = PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)"
+ LIBBLURAY.CONFIGURE.env += PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)"
+ LIBBLURAY.BUILD.env += PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)"
endif