]> git.pld-linux.org Git - packages/samba.git/commitdiff
- one more (in ugly iconv search)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jun 2007 17:32:47 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-lib64.patch -> 1.12

samba-lib64.patch

index 502b94c4e3bece994e22ca08c76044d569e6ca6d..d8a398528c52972f4ac19bd8451e692e8d74513d 100644 (file)
  [
    if test "$withval" = "no" ; then
      AC_MSG_ERROR([argument to --with-libiconv must be a directory])
+@@ -2366,7 +2366,7 @@
+ dnl library directory is there and check the ABI directory first (which
+ dnl should be harmless on other systems.
+ dnl For IA64 HPUX systems, the libs are located in lib/hpux32 instead of lib.
+-    for l in "lib32" "lib" "lib/hpux32"; do
++    for l in "lib32" "lib64" "lib/hpux32"; do
+         if test -d "$i/$l" ; then
+                 LDFLAGS="$save_LDFLAGS -L$i/$l"
+         LIBS=
 @@ -3370,7 +3370,7 @@
          AC_MSG_RESULT($withval)
          KRB5_CFLAGS="-I$withval/include"
This page took 0.244235 seconds and 4 git commands to generate.