diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-17 05:44:38 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:44 +0100 |
commit | b1cd9c39c3465dff1e94241779c643a28d008ce8 (patch) | |
tree | 653f90a1bbf7baaae9539f361e187c6eb40327ed /source4/build/smb_build/makefile.pm | |
parent | 9fcafcae06a2bf98fc5400c9bdb7cbb7c8f89dc3 (diff) | |
download | samba-b1cd9c39c3465dff1e94241779c643a28d008ce8.tar.gz samba-b1cd9c39c3465dff1e94241779c643a28d008ce8.tar.bz2 samba-b1cd9c39c3465dff1e94241779c643a28d008ce8.zip |
r26486: Use portable run-time library path environment variable.
(This used to be commit 78c183b88661df90def42d6a3852dd6e36a5fd0b)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 804a728457..d9b5ac4d78 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -217,6 +217,8 @@ HOSTLD_FLAGS=$self->{config}->{LDFLAGS} XSLTPROC=$self->{config}->{XSLTPROC} +LIB_PATH_VAR=$self->{config}->{LIB_PATH_VAR} + LEX=$self->{config}->{LEX} YACC=$self->{config}->{YACC} YAPP=$self->{config}->{YAPP} |