Files
buildroot/package
Vadim Kochan 5cb061e1a7 package/git: fix build with NLS enabled
git fails to build with NLS enabled because of weak check
for gettext in configure.ac. The AC_CHECK_LIB(c, gettext ...)
is used to set LIBC_CONTAINS_LIBINTL variable. If the variable
is set then '-libs' is not passed to the linker, but this variable
is set to 'Yes' even libc implementation does not provide libintl
support, the AC_CHECK passes because gcc has gettext builtin.

So use instead AC_LINK_IFELSE with included libintl.h because it
makes gettext to unfold as libintl_gettext which causes AC_CHECK
to fail for cases when gettext is not provided by libc.

Tested by ./utils/test-pkg with NLS disabled/enabled.

Fixes:
	http://autobuild.buildroot.net/results/091b790ca6f5b46d5d29211dc1cb3ff05b62a965
	http://autobuild.buildroot.net/results/a69b58b35b270fdd2df9b076e7030bb594520197
	http://autobuild.buildroot.net/results/f104c4e6ff41b1dd175f2d27f3b4ea7c9b61f7c5
	http://autobuild.buildroot.net/results/ee12bdba398a139995de5f6f6718be6a493541d9
	http://autobuild.buildroot.net/results/74fa6b2bfbb1301e35c9dd1bbc04856c1cbf25f2

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit cb3a0177ef)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-04-26 14:28:57 +02:00
..
2019-01-12 18:08:12 +01:00
2019-01-28 10:00:22 +01:00
2019-02-04 16:58:17 +01:00
2018-10-26 11:59:46 +02:00
2019-01-15 21:21:25 +01:00
2018-12-13 21:19:33 +01:00
2018-12-03 23:08:20 +01:00
2018-11-29 22:39:00 +01:00
2018-12-02 08:16:10 +01:00
2018-11-02 22:41:03 +01:00
2018-10-26 10:34:04 +02:00
2019-01-23 10:51:03 +01:00
2018-11-17 21:58:50 +01:00
2018-11-17 22:04:04 +01:00
2019-01-06 21:09:12 +01:00
2019-03-19 20:20:09 +01:00
2019-03-27 22:58:42 +01:00
2018-12-14 21:52:53 +01:00
2018-11-12 23:00:00 +01:00
2019-01-20 21:54:22 +01:00
2018-11-25 09:32:06 +01:00
2018-11-18 19:02:05 +01:00
2018-11-29 17:18:31 +01:00
2018-11-21 20:56:42 +01:00
2019-02-26 13:09:27 +01:00
2018-10-26 21:16:56 +02:00
2019-02-06 16:31:06 +01:00
2019-01-15 21:15:50 +01:00
2018-10-21 19:11:20 +02:00
2018-11-24 15:14:53 +01:00
2019-02-05 17:14:01 +01:00
2019-01-22 21:48:43 +01:00
2018-12-14 21:53:00 +01:00
2019-01-28 22:05:52 +01:00
2019-01-28 23:01:09 +01:00
2018-12-14 21:28:48 +01:00
2018-10-28 08:14:28 +01:00
2018-11-20 23:12:48 +01:00
2019-03-25 20:11:02 +01:00
2018-12-31 14:14:22 +01:00
2018-10-26 21:14:34 +02:00
2018-11-09 22:16:09 +01:00
2019-01-15 21:21:48 +01:00
2019-01-15 19:53:18 +01:00
2019-01-28 22:06:07 +01:00
2019-01-17 23:12:46 +01:00
2018-12-02 08:16:10 +01:00
2018-12-08 23:38:33 +01:00
2018-12-02 08:16:10 +01:00
2018-11-01 13:53:49 +01:00
2019-01-16 16:01:59 +01:00
2018-11-19 22:08:14 +01:00
2019-01-20 20:15:32 +01:00
2019-01-19 23:06:09 +01:00
2018-10-31 18:08:16 +01:00
2019-02-12 20:08:45 +01:00
2019-01-22 21:49:58 +01:00
2018-12-09 17:38:50 +01:00
2019-03-27 23:00:28 +01:00
2019-01-13 21:51:02 +01:00
2019-01-16 20:00:19 +01:00
2019-03-25 20:11:02 +01:00
2019-02-06 14:18:01 +01:00
2018-11-09 22:27:51 +01:00
2018-12-09 17:38:50 +01:00
2018-12-02 08:16:10 +01:00
2018-11-24 11:21:39 +01:00
2019-04-24 21:52:51 +02:00
2019-01-01 21:08:04 +01:00
2019-02-04 09:54:46 +01:00
2018-11-11 21:25:13 +01:00
2019-02-05 13:17:44 +01:00
2019-01-17 15:51:24 +01:00
2018-11-13 21:59:04 +01:00
2018-11-05 23:18:28 +01:00
2019-01-20 20:17:43 +01:00
2019-01-19 23:14:28 +01:00
2019-04-24 22:25:16 +02:00
2019-02-04 18:05:01 +01:00
2019-02-02 22:33:06 +01:00
2018-11-01 14:51:30 +01:00
2018-12-03 13:30:29 +01:00
2019-01-27 11:22:35 +01:00
2019-01-27 11:23:16 +01:00
2018-12-16 16:39:59 +01:00
2019-02-06 15:41:12 +01:00
2018-11-28 00:08:20 +01:00
2018-11-01 14:23:29 +01:00
2019-01-27 20:11:49 +01:00
2018-11-13 10:34:09 +01:00
2018-11-01 11:57:11 +01:00
2018-10-23 16:35:32 +02:00
2018-10-30 21:09:57 +01:00
2019-02-06 15:43:47 +01:00
2018-12-02 08:16:10 +01:00
2019-02-06 15:44:24 +01:00
2019-01-12 18:26:20 +01:00
2019-02-06 12:56:26 +01:00
2019-02-22 22:23:34 +01:00
2018-10-24 01:20:43 +02:00
2018-11-18 18:54:54 +01:00
2018-12-27 16:35:55 +01:00
2019-01-08 21:09:15 +01:00
2019-01-16 13:09:21 +01:00
2018-10-30 21:00:35 +01:00
2019-01-20 21:03:48 +01:00
2018-12-27 16:35:53 +01:00
2018-11-11 21:22:02 +01:00
2019-01-24 10:46:12 +01:00
2019-01-19 22:40:18 +01:00
2019-02-24 21:23:41 +01:00
2019-02-04 16:35:51 +01:00
2019-01-27 10:44:12 +01:00
2018-11-19 22:18:59 +01:00
2018-12-08 23:00:33 +01:00
2019-01-14 22:05:56 +01:00
2018-11-18 19:52:56 +01:00
2019-01-15 21:22:02 +01:00
2019-01-08 16:12:29 +01:00
2019-03-25 17:26:52 +01:00
2019-04-24 20:46:22 +02:00
2019-02-28 23:40:30 +01:00
2019-02-12 20:13:40 +01:00
2019-02-06 12:56:26 +01:00
2018-12-02 08:16:10 +01:00