diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /libesmtp | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'libesmtp')
-rw-r--r-- | libesmtp/libesmtp-1.0.1/configure.patch | 45 | ||||
-rw-r--r-- | libesmtp/libesmtp_1.0.1.bb | 0 | ||||
-rw-r--r-- | libesmtp/libesmtp_1.0.3r1.bb | 0 |
3 files changed, 0 insertions, 45 deletions
diff --git a/libesmtp/libesmtp-1.0.1/configure.patch b/libesmtp/libesmtp-1.0.1/configure.patch deleted file mode 100644 index 5058db4b99..0000000000 --- a/libesmtp/libesmtp-1.0.1/configure.patch +++ /dev/null @@ -1,45 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libesmtp-1.0.1/configure.in~configure 2003-09-11 17:23:26.000000000 -0400 -+++ libesmtp-1.0.1/configure.in 2004-01-20 11:59:35.000000000 -0500 -@@ -231,7 +231,7 @@ - if test x$enable_emulate_getaddrinfo != xyes ; then - AC_MSG_ERROR([getaddrinfo not found: try --with-lwres or --enable-emulate-getaddrinfo]) - fi -- LIBOBJS="$LIBOBJS getaddrinfo.o" -+ AC_LIBOBJ([getaddrinfo]) - fi - - if test x"$enable_emulate_getaddrinfo" != xno ; then -@@ -259,7 +259,7 @@ - AC_SEARCH_LIBS(gethostbyname, resolv bind nsl, , - [AC_MSG_ERROR([cannot find gethostbyname])]) - fi -- LIBOBJS="$LIBOBJS gethostbyname.o" -+ AC_LIBOBJ([gethostbyname]) - - AC_CACHE_CHECK([for IPv6 support], acx_cv_sys_use_ipv6, [ - AC_TRY_COMPILE([ -@@ -572,7 +572,7 @@ - dnl ######################################################################### - dnl Check that snprintf works correctly. - dnl ######################################################################### --ACX_SNPRINTF(,[LIBOBJS="$LIBOBJS snprintf.o"]) -+ACX_SNPRINTF(,[AC_LIBOBJ([snprintf])]) - - dnl ######################################################################### - dnl Make substitutions -@@ -588,8 +588,8 @@ - AC_SUBST(RANLIB) - AC_SUBST(subdirs) - --LTLIBOBJS=`echo "$LIBOBJS" | sed ['s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/']` --AC_SUBST(LTLIBOBJS) -+#LTLIBOBJS=`echo "$LIBOBJS" | sed ['s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/']` -+#AC_SUBST(LTLIBOBJS) - LTALLOCA=`echo "$ALLOCA" | sed ['s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/']` - AC_SUBST(LTALLOCA) - diff --git a/libesmtp/libesmtp_1.0.1.bb b/libesmtp/libesmtp_1.0.1.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/libesmtp/libesmtp_1.0.1.bb +++ /dev/null diff --git a/libesmtp/libesmtp_1.0.3r1.bb b/libesmtp/libesmtp_1.0.3r1.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/libesmtp/libesmtp_1.0.3r1.bb +++ /dev/null |