chaned script and makefile to honor already existing LD_LIBRARY_PATH
environment variable
This commit is contained in:
parent
1660f54b6f
commit
548cd8cf20
18 changed files with 50 additions and 42 deletions
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.3 $
|
||||
# Version : $Revision: 1.4 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/eventScheduler/bin/autogen.sh,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
@ -89,7 +89,7 @@ autoconf -I ${tmpdir} -o ${configure} ${configure_ac}
|
|||
export CPPFLAGS="-I$usrdir/include"
|
||||
export LDFLAGS="-L$usrdir/lib"
|
||||
export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig"
|
||||
export LD_LIBRARY_PATH="$usrdir/lib"
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib"
|
||||
|
||||
${configure} "$@" && echo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue