aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses/patches/103-ncurses-ar-determinism.patch
blob: 5ef8ab7ab0d33227887d6f6e8e0d08e8dc9da652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -505,7 +505,7 @@ AC_CACHE_CHECK(for options to update arc
 		;;
 	(*)
 		cf_cv_ar_flags=unknown
-		for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
+		for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
 		do
 
 			# check if $ARFLAGS already contains this choice
--- a/configure
+++ b/configure
@@ -5072,7 +5072,7 @@ else
 		;;
 	(*)
 		cf_cv_ar_flags=unknown
-		for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
+		for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
 		do
 
 			# check if $ARFLAGS already contains this choice
ttached, and the alternative to DT declaration (spi_board_info) has been almost entirely rendered obsolete by DT. Continue to override their objections by disabling the warning. See: https://github.com/raspberrypi/linux/issues/3361 https://github.com/raspberrypi/linux/issues/1054 Signed-off-by: Phil Elwell <phil@raspberrypi.org> --- drivers/spi/spidev.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -728,6 +728,7 @@ static int spidev_probe(struct spi_devic * compatible string, it is a Linux implementation thing * rather than a description of the hardware. */ + if (0) /* Disable the warning - this feature is too useful */ WARN(spi->dev.of_node && of_device_is_compatible(spi->dev.of_node, "spidev"), "%pOF: buggy DT: spidev listed directly in DT\n", spi->dev.of_node);