Magellan Linux

Contents of /trunk/samba/patches/samba-3.0.20-libdirsymlink.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 649 byte(s)
-import

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