From cc4e9d2a24a9ca79d4e912df21053426411aa14b Mon Sep 17 00:00:00 2001
From: Dave Yeo <daveryeo@telus.net>
Date: Fri, 25 Feb 2011 04:19:32 +0000
Subject: [PATCH] OS/2: lxlite should use stdout

This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects OS/2 only.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 50113875e39..5795c4bdf4a 100755
--- a/configure
+++ b/configure
@@ -2428,7 +2428,7 @@ case $target_os in
         ranlib="echo ignoring ranlib"
         ;;
     os/2*)
-        strip="lxlite"
+        strip="lxlite -CS"
         ln_s="cp -f"
         add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
         SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
-- 
GitLab