Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 798 - (show annotations) (download)
Mon May 11 11:14:25 2009 UTC (14 years, 11 months ago) by niro
File size: 668 byte(s)
-re-diffed

1 diff -Naur samba-3.3.4/source/configure.in samba-3.3.4-magellan/source/configure.in
2 --- samba-3.3.4/source/configure.in 2009-04-28 08:46:16.000000000 +0200
3 +++ samba-3.3.4-magellan/source/configure.in 2009-05-11 13:36:22.000000000 +0200
4 @@ -2450,8 +2450,8 @@
5 # installed, I've decided to fix the linker warnings.
6 # -- Kai
7 # For IA64 HPUX systems, the libs are located in lib/hpux32 instead of lib.
8 - for l in "lib" "lib32" "lib/hpux32"; do
9 - if test -d "$i/$l" ; then
10 + for l in "lib" "lib/hpux32"; do
11 + if test -d "$i/$l" -o -L "$i/$l"; then
12 LDFLAGS="$save_LDFLAGS -L$i/$l"
13 LIBS=
14 export LDFLAGS LIBS CPPFLAGS