Dr. Werner Fink 2010-10-12 14:33:22 +00:00 committed by Git OBS Bridge
parent c62ba3b07f
commit 0bbdadd586
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 12 16:32:10 CEST 2010 - werner@suse.de
- Enforce the correct libraries for tic to generate the fallback.c
-------------------------------------------------------------------
Tue Oct 12 13:53:32 CEST 2010 - werner@suse.de

View File

@ -405,6 +405,8 @@ rm -vf mk-dlls.sh
make %{?_smp_mflags} -C progs termsort.c transform.h infocmp tic
rm -f ncurses/fallback.c
PATH=$PWD/progs:$OPATH
LD_LIBRARY_PATH=$PWD/lib
export LD_LIBRARY_PATH PATH
pushd ncurses/
TERMINFO=$PWD/tmp
export TERMINFO
@ -417,6 +419,7 @@ rm -vf mk-dlls.sh
cp -p fallback.c ../fallback.c.backup
popd
PATH=$OPATH
unset LD_LIBRARY_PATH
#
# Refresh second install path
#