Commit 7292c978 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent 48ca2ee8
...@@ -157,6 +157,7 @@ HOSTVARS += LDFLAGS="$(LDFLAGS)" ...@@ -157,6 +157,7 @@ HOSTVARS += LDFLAGS="$(LDFLAGS)"
HOSTVARS += AR="$(AR)" HOSTVARS += AR="$(AR)"
HOSTVARS += RANLIB="$(RANLIB)" HOSTVARS += RANLIB="$(RANLIB)"
HOSTVARS += STRIP="$(STRIP)" HOSTVARS += STRIP="$(STRIP)"
HOSTVARS += PATH="$(PREFIX)/bin:$(PATH)"
HOSTVARS_AR += AR="$(AR) rcvu" HOSTVARS_AR += AR="$(AR) rcvu"
HOSTCONF := --prefix="$(PREFIX)" HOSTCONF := --prefix="$(PREFIX)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment