Bugzilla Bug 289015: enable nspr-config to use the --libdir option passed
to the configure script. The patch is contributed by Ray Strode <rstrode@redhat.com>. r=wtc,cls. git-svn-id: svn://10.0.0.236/trunk@172780 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1cd40549ac
commit
3a46a9e33f
@ -3,6 +3,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
exec_prefix_set=no
|
||||
libdir=@libdir@
|
||||
|
||||
major_version=@MOD_MAJOR_VERSION@
|
||||
minor_version=@MOD_MINOR_VERSION@
|
||||
@ -95,7 +96,7 @@ if test "$echo_cflags" = "yes"; then
|
||||
fi
|
||||
|
||||
if test "$echo_libs" = "yes"; then
|
||||
libdirs=-L${exec_prefix}/lib
|
||||
libdirs=-L${libdir}
|
||||
if test -n "$lib_plds"; then
|
||||
libdirs="$libdirs -lplds${major_version}"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user