diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-18 11:15:45 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-18 22:12:47 +0200 |
commit | cfaf8ec32284c4ea90c62cc9dbed9cbecd8acd9a (patch) | |
tree | e02dc56029322bd0cfac3d4c4bf7c301dcd30a00 /recipes/esmtp | |
parent | 9080439624aac57a981aaa83f2bc76eedab846e2 (diff) |
esmtp : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/esmtp')
-rw-r--r-- | recipes/esmtp/esmtp-0.5.1/configure.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/esmtp/esmtp-0.5.1/configure.patch b/recipes/esmtp/esmtp-0.5.1/configure.patch deleted file mode 100644 index ef6244a935..0000000000 --- a/recipes/esmtp/esmtp-0.5.1/configure.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- /orig-configure.ac 2005-02-15 18:43:40.000000000 +0200 -+++ /configure.ac 2006-08-19 13:05:52.000000000 +0300 -@@ -29,16 +29,9 @@ - LDFLAGS="$LDFLAGS -L$with_libesmtp/lib" - AC_CHECK_HEADER(libesmtp.h, ,[AC_MSG_ERROR([libesmtp.h not found in $with_libesmtp])]) - fi --AC_MSG_CHECKING(for libESMTP) --if libesmtp-config --version > /dev/null 2>&1 --then -- AC_MSG_RESULT(yes) -- CFLAGS="$CFLAGS `libesmtp-config --cflags`" -- LIBS="$LIBS `libesmtp-config --libs`" --else -- AC_MSG_RESULT(no) -- AC_MSG_ERROR(libESMTP library not found) --fi -+ -+ CFLAGS="$CFLAGS" -+ LIBS="$LIBS -lesmtp -lssl -lcrypto -ldl" - - AC_SUBST( sysconfdir ) - |