diff options
author | S. Davilla <davilla@4pi.com> | 2011-04-13 17:33:06 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-04-13 17:33:06 -0400 |
commit | cd956c03a7de45a4032683981d23941b9870de21 (patch) | |
tree | 624a2dbfdcc9c133dcd5fd2337e45ee8c1698549 /tools/darwin/depends/libgcrypt | |
parent | 97618f2577ea5b1eebfa70de58adee34696fad79 (diff) |
[osx] more Makefiles that need toolchain path added so we use our autoreconf
Diffstat (limited to 'tools/darwin/depends/libgcrypt')
-rw-r--r-- | tools/darwin/depends/libgcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/darwin/depends/libgcrypt/Makefile b/tools/darwin/depends/libgcrypt/Makefile index 4d9ee78f2d..a4e23d2645 100644 --- a/tools/darwin/depends/libgcrypt/Makefile +++ b/tools/darwin/depends/libgcrypt/Makefile @@ -7,6 +7,7 @@ SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 # configuration settings +export PATH:=$(TOOLCHAIN)/bin:$(PATH) CONFIGURE=./configure --prefix=$(PREFIX) LIBDYLIB=$(SOURCE)/.libs/libgcrypt.dylib |