diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-09-07 13:27:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-07 13:27:03 +0000 |
commit | 484ef33ff2fc930b94bc3814d53aa93ba25c0648 (patch) | |
tree | 28324d2ec63b0fc12c0746345130305361de596b /packages/libetpan/libetpan-0.38 | |
parent | b2b07632deb335b1bcbd9e13f476202d2ca8f62f (diff) |
added libetpan 0.38 - based on patch supplied by Frederic Devernay
- this version can be build with GNU TLS so I switched to it
- another package does not need OpenSSL
- closes bug #304
Diffstat (limited to 'packages/libetpan/libetpan-0.38')
-rw-r--r-- | packages/libetpan/libetpan-0.38/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libetpan/libetpan-0.38/etpan_suffix.patch | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/libetpan/libetpan-0.38/.mtn2git_empty b/packages/libetpan/libetpan-0.38/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libetpan/libetpan-0.38/.mtn2git_empty diff --git a/packages/libetpan/libetpan-0.38/etpan_suffix.patch b/packages/libetpan/libetpan-0.38/etpan_suffix.patch new file mode 100644 index 0000000000..901615c416 --- /dev/null +++ b/packages/libetpan/libetpan-0.38/etpan_suffix.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- libetpan/configure.in~etpan_suffix ++++ libetpan/configure.in +@@ -371,7 +371,7 @@ + REENTRANT=1 + else + REENTRANT=0 +- LIBSUFFIX=-no-mt ++ LIBSUFFIX= + fi + AC_SUBST(LIBSUFFIX) + AC_SUBST(REENTRANT) |