diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-06-02 11:54:14 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-06 20:56:17 +0200 |
commit | 8ac2bba9bbaee491ddb083d8ce80abf3130e2f2c (patch) | |
tree | 273a56947799a522c34e16910be2d0a0c1f0ce21 /package/tn5250/tn5250-0.16.4-001.patch | |
parent | 3638e528e0e308d18e62f03c57aeb01079c12956 (diff) | |
download | buildroot-novena-8ac2bba9bbaee491ddb083d8ce80abf3130e2f2c.tar.gz buildroot-novena-8ac2bba9bbaee491ddb083d8ce80abf3130e2f2c.zip |
tn5250: bump version and convert to autotargets
Closes #1903
[Peter: add --without-ssl when openssl isn't enabled]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tn5250/tn5250-0.16.4-001.patch')
-rw-r--r-- | package/tn5250/tn5250-0.16.4-001.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/tn5250/tn5250-0.16.4-001.patch b/package/tn5250/tn5250-0.16.4-001.patch deleted file mode 100644 index 5854e6511..000000000 --- a/package/tn5250/tn5250-0.16.4-001.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -urN tn5250-0.16.4-0rig/src/common.h tn5250-0.16.4/src/common.h ---- tn5250-0.16.4-0rig/src/common.h 1970-01-01 01:00:00.000000000 +0100 -+++ tn5250-0.16.4/src/common.h 2007-07-25 15:33:37.000000000 +0200 -@@ -0,0 +1,2 @@ -+#define TRUE 1 -+#define FALSE 0 -diff -urN tn5250-0.16.4-0rig/src/host3270.c tn5250-0.16.4/src/host3270.c ---- tn5250-0.16.4-0rig/src/host3270.c 2002-03-20 09:50:36.000000000 +0100 -+++ tn5250-0.16.4/src/host3270.c 2007-07-25 15:34:25.000000000 +0200 -@@ -20,6 +20,7 @@ - * - */ - -+#include "common.h" - #include "tn5250-private.h" - #include "host3270.h" - #include "codes3270.h" -diff -urN tn5250-0.16.4-0rig/src/host5250.c tn5250-0.16.4/src/host5250.c ---- tn5250-0.16.4-0rig/src/host5250.c 2002-03-20 09:50:36.000000000 +0100 -+++ tn5250-0.16.4/src/host5250.c 2007-07-25 15:33:10.000000000 +0200 -@@ -19,6 +19,7 @@ - * Boston, MA 02111-1307 USA - */ - -+#include "common.h" - #include "tn5250-private.h" - #include "host5250.h" - |