forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=34
This commit is contained in:
parent
c62ba3b07f
commit
0bbdadd586
@ -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
|
Tue Oct 12 13:53:32 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
@ -405,6 +405,8 @@ rm -vf mk-dlls.sh
|
|||||||
make %{?_smp_mflags} -C progs termsort.c transform.h infocmp tic
|
make %{?_smp_mflags} -C progs termsort.c transform.h infocmp tic
|
||||||
rm -f ncurses/fallback.c
|
rm -f ncurses/fallback.c
|
||||||
PATH=$PWD/progs:$OPATH
|
PATH=$PWD/progs:$OPATH
|
||||||
|
LD_LIBRARY_PATH=$PWD/lib
|
||||||
|
export LD_LIBRARY_PATH PATH
|
||||||
pushd ncurses/
|
pushd ncurses/
|
||||||
TERMINFO=$PWD/tmp
|
TERMINFO=$PWD/tmp
|
||||||
export TERMINFO
|
export TERMINFO
|
||||||
@ -417,6 +419,7 @@ rm -vf mk-dlls.sh
|
|||||||
cp -p fallback.c ../fallback.c.backup
|
cp -p fallback.c ../fallback.c.backup
|
||||||
popd
|
popd
|
||||||
PATH=$OPATH
|
PATH=$OPATH
|
||||||
|
unset LD_LIBRARY_PATH
|
||||||
#
|
#
|
||||||
# Refresh second install path
|
# Refresh second install path
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user