git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/4] Declare that HP NonStop systems require strings.h
@ 2012-12-14 19:57 David Michael
  2012-12-14 20:30 ` Johannes Sixt
  0 siblings, 1 reply; 6+ messages in thread
From: David Michael @ 2012-12-14 19:57 UTC (permalink / raw)
  To: git@vger.kernel.org; +Cc: gitster

This platform previously included strings.h automatically.  However, the
build system now requires an explicit option to do so.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index fb78f7f..e84b0cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1357,6 +1357,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
     # Added manually, see above.
     NEEDS_SSL_WITH_CURL = YesPlease
     HAVE_LIBCHARSET_H = YesPlease
+    HAVE_STRINGS_H = YesPlease
     NEEDS_LIBICONV = YesPlease
     NEEDS_LIBINTL_BEFORE_LIBICONV = YesPlease
     NO_SYS_SELECT_H = UnfortunatelyYes
--
1.7.11.7

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-15  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <00c601cdda4c$eb6be9a0$c243bce0$@schmitz-digital.de>
2012-12-14 23:16 ` [PATCH 4/4] Declare that HP NonStop systems require strings.h Johannes Sixt
2012-12-15  8:25   ` Joachim Schmitz
2012-12-14 19:57 David Michael
2012-12-14 20:30 ` Johannes Sixt
2012-12-14 22:45   ` Joachim Schmitz
2012-12-14 23:17   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).