Magellan Linux

Contents of /tags/samba-3_0_24-r5/samba/patches/samba-3.0.20-libdirsymlink.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 202 - (show annotations) (download)
Sat May 19 16:54:41 2007 UTC (17 years, 1 month ago) by (unknown author)
File size: 649 byte(s)
This commit was manufactured by cvs2svn to create tag
'samba-3_0_24-r5'.
1 --- samba-3.0.20/source/configure.in.old 2005-08-19 19:16:29.000000000 +0200
2 +++ samba-3.0.20/source/configure.in 2005-08-31 16:19:41.000000000 +0200
3 @@ -1911,8 +1911,8 @@
4 dnl library directory is there and check the ABI directory first (which
5 dnl should be harmless on other systems.
6 dnl For IA64 HPUX systems, the libs are located in lib/hpux32 instead of lib.
7 - for l in "lib32" "lib" "lib/hpux32"; do
8 - if test -d "$i/$l" ; then
9 + for l in "lib" "lib/hpux32"; do
10 + if test -d "$i/$l" -o -L "$i/$l"; then
11 LDFLAGS="$save_LDFLAGS -L$i/$l"
12 LIBS=
13 export LDFLAGS LIBS CPPFLAGS