Need LD_LIBRARY_PATH for libgnat

This commit is contained in:
David Woodhouse 2007-01-04 00:43:36 +00:00
parent 11cae57f13
commit 9b39cf5cf4
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ fi
%ifarch ppc %ifarch ppc
CC=`pwd`/../usr/bin/gcc CC=`pwd`/../usr/bin/gcc
export PATH=`pwd`/../usr/bin:$PATH export PATH=`pwd`/../usr/bin:$PATH
export LD_LIBRARY_PATH=`pwd`/../usr/lib
%endif %endif
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'` OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
case "$OPT_FLAGS" in case "$OPT_FLAGS" in