[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19374: [PATCH 2/4] build: configure.ac: support a response file on O
From: |
KO Myung-Hun |
Subject: |
bug#19374: [PATCH 2/4] build: configure.ac: support a response file on OS/2 |
Date: |
Sun, 14 Dec 2014 12:47:39 +0900 |
* configure.ac (LDFLAGS): Add -Zargs-resp on os2*.
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 0744964..7cb1085 100644
--- a/configure.ac
+++ b/configure.ac
@@ -589,6 +589,9 @@ AM_GNU_GETTEXT_VERSION([0.18.1])
# For a test of uniq: it uses the $LOCALE_FR envvar.
gt_LOCALE_FR
+# In order to support a response file on OS/2
+AS_CASE([$host_os], [os2*], [LDFLAGS="$LDFLAGS -Zargs-resp"])
+
AC_CONFIG_FILES(
Makefile
po/Makefile.in
--
1.8.5.2
- bug#19377: [PATCH] OS/2 patches, KO Myung-Hun, 2014/12/14
- bug#19374: [PATCH 2/4] build: configure.ac: support a response file on OS/2,
KO Myung-Hun <=
- bug#19375: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables, KO Myung-Hun, 2014/12/14
- bug#19375: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables, Pádraig Brady, 2014/12/14
- Message not available
- bug#19375: closed (Re: bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2), KO Myung-Hun, 2014/12/18
- bug#19375: closed (Re: bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2), Pádraig Brady, 2014/12/18
- bug#19375: closed (Re: bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2), KO Myung-Hun, 2014/12/18
bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi, KO Myung-Hun, 2014/12/14