]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Fix tn5250 package
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Wed, 25 Jul 2007 17:37:50 +0000 (17:37 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Wed, 25 Jul 2007 17:37:50 +0000 (17:37 -0000)
package/tn5250/tn5250-0.16.4-001.patch [new file with mode: 0644]
package/tn5250/tn5250.mk

diff --git a/package/tn5250/tn5250-0.16.4-001.patch b/package/tn5250/tn5250-0.16.4-001.patch
new file mode 100644 (file)
index 0000000..5854e65
--- /dev/null
@@ -0,0 +1,28 @@
+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"
index 0b6bf2c6396348184abb0e01e04b48e3796fbee1..da4adf677fb7e45e22f0d26e2026e8c96d610a10 100644 (file)
@@ -9,6 +9,7 @@ $(DL_DIR)/$(TN5250_SOURCE):
 
 $(TN5250_DIR)/.dist: $(DL_DIR)/$(TN5250_SOURCE)
        $(TN5250_CAT) $(DL_DIR)/$(TN5250_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+       toolchain/patch-kernel.sh $(TN5250_DIR) package/tn5250 tn5250\*.patch
        -touch $(TN5250_DIR)/.dist
 
 $(TN5250_DIR)/.configured: $(TN5250_DIR)/.dist
@@ -35,11 +36,11 @@ $(TN5250_DIR)/.configured: $(TN5250_DIR)/.dist
        );
        touch $(TN5250_DIR)/.configured
 
-$(TN5250_DIR)/tn5250: $(TN5250_DIR)/.configured
+$(TN5250_DIR)/src/tn5250: $(TN5250_DIR)/.configured
        $(MAKE) CC=$(TARGET_CC) -C $(TN5250_DIR)
 
-$(TARGET_DIR)/usr/bin/tn5250: $(TN5250_DIR)/tn5250
-       install -c $(TN5250_DIR)/tn5250 $(TARGET_DIR)/usr/bin/tn5250
+$(TARGET_DIR)/usr/bin/tn5250: $(TN5250_DIR)/src/tn5250
+       install -c $(TN5250_DIR)/src/tn5250 $(TARGET_DIR)/usr/bin/tn5250
 
 tn5250: uclibc slang $(TARGET_DIR)/usr/bin/tn5250