]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libesmtp/libesmtp-1.0.1/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libesmtp / libesmtp-1.0.1 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- libesmtp-1.0.1/configure.in~configure       2003-09-11 17:23:26.000000000 -0400
7 +++ libesmtp-1.0.1/configure.in 2004-01-20 11:59:35.000000000 -0500
8 @@ -231,7 +231,7 @@
9         if test x$enable_emulate_getaddrinfo != xyes ; then
10                 AC_MSG_ERROR([getaddrinfo not found: try --with-lwres or --enable-emulate-getaddrinfo])
11         fi
12 -       LIBOBJS="$LIBOBJS getaddrinfo.o"
13 +       AC_LIBOBJ([getaddrinfo])
14  fi
15  
16  if test x"$enable_emulate_getaddrinfo" != xno ; then
17 @@ -259,7 +259,7 @@
18         AC_SEARCH_LIBS(gethostbyname, resolv bind nsl, ,
19                        [AC_MSG_ERROR([cannot find gethostbyname])])
20      fi
21 -    LIBOBJS="$LIBOBJS gethostbyname.o"
22 +    AC_LIBOBJ([gethostbyname])
23  
24      AC_CACHE_CHECK([for IPv6 support], acx_cv_sys_use_ipv6, [
25             AC_TRY_COMPILE([
26 @@ -572,7 +572,7 @@
27  dnl #########################################################################
28  dnl Check that snprintf works correctly.
29  dnl #########################################################################
30 -ACX_SNPRINTF(,[LIBOBJS="$LIBOBJS snprintf.o"])
31 +ACX_SNPRINTF(,[AC_LIBOBJ([snprintf])])
32  
33  dnl #########################################################################
34  dnl Make substitutions
35 @@ -588,8 +588,8 @@
36  AC_SUBST(RANLIB)
37  AC_SUBST(subdirs)
38  
39 -LTLIBOBJS=`echo "$LIBOBJS" | sed ['s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/']`
40 -AC_SUBST(LTLIBOBJS)
41 +#LTLIBOBJS=`echo "$LIBOBJS" | sed ['s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/']`
42 +#AC_SUBST(LTLIBOBJS)
43  LTALLOCA=`echo "$ALLOCA" | sed ['s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/']`
44  AC_SUBST(LTALLOCA)
45