[vlc-commits] Contribs: export PATH in HOSTVARS because of *-config programs

Jean-Baptiste Kempf git at videolan.org
Sat Aug 6 19:50:30 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug  6 18:47:29 2011 +0200| [7292c978eea2a5e0e33e88096fbb070d9250ff44] | committer: Jean-Baptiste Kempf

Contribs: export PATH in HOSTVARS because of *-config programs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7292c978eea2a5e0e33e88096fbb070d9250ff44
---

 contrib/src/main.mak |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index aa0827d..3012420 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -157,6 +157,7 @@ HOSTVARS += LDFLAGS="$(LDFLAGS)"
 HOSTVARS += AR="$(AR)"
 HOSTVARS += RANLIB="$(RANLIB)"
 HOSTVARS += STRIP="$(STRIP)"
+HOSTVARS += PATH="$(PREFIX)/bin:$(PATH)"
 HOSTVARS_AR += AR="$(AR) rcvu"
 
 HOSTCONF := --prefix="$(PREFIX)"



More information about the vlc-commits mailing list