Updated patch... KO Myung-Hun wrote: > modified: configure.ac > --- > configure.ac | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-)
-- KO Myung-Hun Using Mozilla SeaMonkey 2.7.2 Under OS/2 Warp 4 for Korean with FixPak #15 In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM Korean OS/2 User Community : http://www.ecomstation.co.kr
>From a1be9b70b5eda00c74c2810c0dd998c08564c2d9 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun <k...@chollian.net> Date: Thu, 17 Jul 2014 14:07:51 +0900 Subject: [PATCH 5/6] configure: add -Zargs-resp and -no-undefined to LDFLAGS on OS/2 -Zargs-resp enables a response file support. And -no-undefined enables to build DLLs on OS/2. * configure.ac (LDFLAGS): add -Zargs-resp and -no-undefined on OS/2. --- configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 2fe6d9e..81894c3 100644 --- a/configure.ac +++ b/configure.ac @@ -275,6 +275,9 @@ AM_CONDITIONAL([USE_GMP], [test "x$USE_GMP" = xyes]) M4_SYSCMD +AS_CASE([$host], [*-*-os2*], [LDFLAGS="$LDFLAGS -Zargs-resp -no-undefined"]) + + ## -------- ## ## Outputs. ## ## -------- ## -- 1.7.3.2
_______________________________________________ M4-patches mailing list M4-patches@gnu.org https://lists.gnu.org/mailman/listinfo/m4-patches