package: remove numbered subject from patches
As reported by check-package (by calling it directly): generate your patches with 'git format-patch -N' Change all affected files using this command: $ sed 's,^\(Subject: *\[PATCH\)[^]]*,\1,g' \ -i $(find * -name '*.patch' -type f) Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
531192df19
commit
39424c2899
@ -1,7 +1,7 @@
|
||||
From 321faaf4b78d46a0c77782c1798856746f0619e9 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
Date: Fri, 19 May 2017 23:39:48 +0300
|
||||
Subject: [PATCH 1/3] ARM: dts: orange-pi-zero: specify XR819 WiFi chip
|
||||
Subject: [PATCH] ARM: dts: orange-pi-zero: specify XR819 WiFi chip
|
||||
interrupts
|
||||
|
||||
The orange-pi-zero board has Allwinner XR819 SDIO wifi chip. The board
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 068c3baff3048a3db4ef2518ff917ce749cd8169 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
Date: Sat, 20 May 2017 11:24:26 +0300
|
||||
Subject: [PATCH 2/3] ARM: dts: orange-pi-zero: enable SPI NOR
|
||||
Subject: [PATCH] ARM: dts: orange-pi-zero: enable SPI NOR
|
||||
|
||||
Enable SPI NOR on orange-pi-zero board.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8dd1b2a696bb7e9914abd11cc6f5c0f54c33d626 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
Date: Sat, 20 May 2017 15:36:51 +0300
|
||||
Subject: [PATCH 3/3] ARM: dts: orange-pi-zero: enable spidev
|
||||
Subject: [PATCH] ARM: dts: orange-pi-zero: enable spidev
|
||||
|
||||
On orange-pi-zero board SPI1 pins are accessible via GPIO expansion port.
|
||||
This patch enables spidev driver for SPI1.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 42f4054faf3c7f2cd2cab5b43e63f9d97d81f7a1 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Wed, 4 Mar 2020 12:58:42 +0100
|
||||
Subject: [PATCH 150/150] Makefile: Make libgrub.pp depend on config-util.h
|
||||
Subject: [PATCH] Makefile: Make libgrub.pp depend on config-util.h
|
||||
|
||||
If you build with "make -j48" a lot, sometimes you see:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From cbf84a0bc377c6a368d30571f37ebfab27784697 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
|
||||
Date: Wed, 2 Dec 2015 04:57:33 +0100
|
||||
Subject: [PATCH 4/4] Fix musl build issue
|
||||
Subject: [PATCH] Fix musl build issue
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5158827fded7cb4daf550a5956aff0c74f6c38fc Mon Sep 17 00:00:00 2001
|
||||
From: Michael Nosthoff <bluez@heine.tech>
|
||||
Date: Thu, 22 Jul 2021 21:36:13 +0200
|
||||
Subject: [PATCH BlueZ] tools/mesh-cfgtest: include limits.h
|
||||
Subject: [PATCH] tools/mesh-cfgtest: include limits.h
|
||||
|
||||
mesh-cfgtest.c uses PATH_MAX so it should include limits.h.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From af6bffb5b8b71e99e0f9bbbd2cf1fbd695a643c2 Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Martin <s.martin49@gmail.com>
|
||||
Date: Sat, 8 Dec 2012 13:32:40 +0100
|
||||
Subject: [PATCH 1/2] wmdemo: fix linking by adding the missing -lbluetooth to
|
||||
Subject: [PATCH] wmdemo: fix linking by adding the missing -lbluetooth to
|
||||
LDLIBS
|
||||
|
||||
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
From dbb578450974db5decc24560da4aeaed838849a1 Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Martin <s.martin49@gmail.com>
|
||||
Date: Thu, 2 Jan 2014 14:03:07 +0100
|
||||
Subject: [PATCH 2/2] configure: make wmgui build optional
|
||||
Subject: [PATCH] configure: make wmgui build optional
|
||||
|
||||
So, make gtk-2 and glib2 dependencies optional (only needed by wmgui)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 89c7fc15e064dd407e6d5ccefe78985b86b8a036 Mon Sep 17 00:00:00 2001
|
||||
From: Brendan Heading <brendanheading@gmail.com>
|
||||
Date: Tue, 1 Sep 2015 12:26:36 +0100
|
||||
Subject: [PATCH 1/1] fix compilation under musl
|
||||
Subject: [PATCH] fix compilation under musl
|
||||
|
||||
Patch borrowed from Void Linux :
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Subject: [PATCH 1/1] elftosb: force host C++ compiler
|
||||
Subject: [PATCH] elftosb: force host C++ compiler
|
||||
|
||||
Because Freescale provides *.cpp sources and elftosb links again libstdc++,
|
||||
force to use the host c++ compiler.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 451330d09a6a3500b40bc4f5896ba790ab46cd6c Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@gmail.com>
|
||||
Date: Sun, 15 Jan 2017 19:37:31 +0100
|
||||
Subject: [PATCH 2/2] tr_languages: cast string_ordinal init values
|
||||
Subject: [PATCH] tr_languages: cast string_ordinal init values
|
||||
|
||||
On some architecture, "char" is signed (x86_64, nios2...) so the
|
||||
compiler try to convert int 0xc2 and 0xba to a signed char.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 36eed08a3783df6bb8d92d3c80cd47d0660eeb12 Mon Sep 17 00:00:00 2001
|
||||
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
Date: Sat, 30 Jan 2016 16:27:37 +0100
|
||||
Subject: [PATCH 1/1] hpav_cfg.c: do not include linux/if_ether.h for musl
|
||||
Subject: [PATCH] hpav_cfg.c: do not include linux/if_ether.h for musl
|
||||
compatibility
|
||||
|
||||
Fixes a build issue with the musl C library
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 445be05fba32c512fd87a0c98b4e9936629ef95e Mon Sep 17 00:00:00 2001
|
||||
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
Date: Sat, 20 Feb 2016 17:59:52 +0100
|
||||
Subject: [PATCH 1/1] src/Makefile.in: Really install unversioned solibrary
|
||||
Subject: [PATCH] src/Makefile.in: Really install unversioned solibrary
|
||||
|
||||
This commit is a follow-up to
|
||||
https://github.com/telmich/gpm/commit/06b00d53d8bd513ad5d262dc94a016c6fbf2d3aa
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 08a5d355160eb2ac8346ae1b94591418343217f9 Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Sun, 17 Aug 2014 23:43:20 +0200
|
||||
Subject: [PATCH 1/1] cups support: replaces -static with -static-libtool-libs
|
||||
Subject: [PATCH] cups support: replaces -static with -static-libtool-libs
|
||||
|
||||
gutenprint rely on the original behaviour of -static, but since commit
|
||||
in buildroot "support/libtool: make -static behave like -all-static" [1],
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d667b13a87cf3207599a19eb981a893a1d7a67ee Mon Sep 17 00:00:00 2001
|
||||
From: Brendan Heading <brendanheading@gmail.com>
|
||||
Date: Mon, 14 Sep 2015 23:25:52 +0100
|
||||
Subject: [PATCH 1/1] ibrcommon/data/File.cpp: support POSIX basename call
|
||||
Subject: [PATCH] ibrcommon/data/File.cpp: support POSIX basename call
|
||||
|
||||
Firstly, and somewhat strangely, musl chooses not to provide a basename(3)
|
||||
prototype within <string.h> whenever __cplusplus is defined. This can be
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8d9a62a5fa89001266352a929c5d40b28c0dda85 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Weber <matthew.weber@rockwellcollins.com>
|
||||
Date: Fri, 12 Jan 2018 19:07:27 -0600
|
||||
Subject: [PATCH v2] kvm-unit-tests: test for rdseed/rdrand
|
||||
Subject: [PATCH] kvm-unit-tests: test for rdseed/rdrand
|
||||
|
||||
The build fails when the host binutils isn't at least 2.23
|
||||
(2.22.x introduced RDSEED).
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8a8016f6d2af335ab205aa40d5274fc9b0c7a566 Mon Sep 17 00:00:00 2001
|
||||
From: Steve James <ste@junkomatic.net>
|
||||
Date: Sun, 5 Apr 2015 16:29:51 +0200
|
||||
Subject: [PATCH 1/2] Fix compilation with g++ 4.8.2
|
||||
Subject: [PATCH] Fix compilation with g++ 4.8.2
|
||||
|
||||
Where db_iter.cc fails to get a typedef for ssize_t when compiled by
|
||||
GCC.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 7291289ba0c052e45e2a0330642318798d6a4caf Mon Sep 17 00:00:00 2001
|
||||
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
Date: Fri, 27 Jan 2017 16:02:27 +0100
|
||||
Subject: [PATCH 1/1] asplib_CPUTimer.h: Fix time.h include
|
||||
Subject: [PATCH] asplib_CPUTimer.h: Fix time.h include
|
||||
|
||||
According to https://linux.die.net/man/3/clock_gettime time.h needs to
|
||||
be included instead of sys/time.h.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 46660112b76664473cc98b8ae6c863fd27c27d2d Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Martin <s.martin49@gmail.com>
|
||||
Date: Fri, 29 Aug 2014 23:40:59 +0200
|
||||
Subject: [PATCH 1/1] cmake: handle static library and find required thread
|
||||
Subject: [PATCH] cmake: handle static library and find required thread
|
||||
module
|
||||
|
||||
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
From cae4c3b80fee0f3637d70f6d33946888c8105637 Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Sat, 13 Dec 2014 17:16:58 +0100
|
||||
Subject: [PATCH 1/1] blas: don't overwrite ar options
|
||||
Subject: [PATCH] blas: don't overwrite ar options
|
||||
|
||||
ar's rcv options get lost when AR is passed on
|
||||
the command line.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b7290560082e91673431de79e1fa318c9fd90261 Mon Sep 17 00:00:00 2001
|
||||
From: Danomi Manchego <danomimanchego123@gmail.com>
|
||||
Date: Sat, 25 Oct 2014 19:42:38 +0200
|
||||
Subject: [PATCH 1/5] log4c.m4: fix "underquoted definition of AM_PATH_LOG4C"
|
||||
Subject: [PATCH] log4c.m4: fix "underquoted definition of AM_PATH_LOG4C"
|
||||
warning
|
||||
|
||||
When autoreconfiguring liblog4c-localtime, there is a warning from
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 435b28cd90973cc03a533e75e90a46cd9f197dff Mon Sep 17 00:00:00 2001
|
||||
From: Peter Korsgaard <peter@korsgaard.com>
|
||||
Date: Sat, 25 Oct 2014 19:44:01 +0200
|
||||
Subject: [PATCH 2/5] Fix linking error without pthread
|
||||
Subject: [PATCH] Fix linking error without pthread
|
||||
|
||||
The rollingfile functionality only gets built if pthread support is
|
||||
available, but a call to these functions from log4c_fini() was outside
|
||||
|
@ -1,7 +1,7 @@
|
||||
From acbaee34bcb1881db97969dd2c411446f32ca4cc Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 25 Oct 2014 19:45:33 +0200
|
||||
Subject: [PATCH 3/5] Fix debug mode build with uClibc
|
||||
Subject: [PATCH] Fix debug mode build with uClibc
|
||||
|
||||
When --enable-debug is passed, liblog4c-localtime wants to use
|
||||
<mcheck.h>. It takes the precaution of testing if __GLIBC__ is
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a2553c203d8b8257dea1d2e2139b220935587144 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 25 Oct 2014 20:03:25 +0200
|
||||
Subject: [PATCH 4/5] Add AC_CONFIG_MACRO_DIR to configure.in
|
||||
Subject: [PATCH] Add AC_CONFIG_MACRO_DIR to configure.in
|
||||
|
||||
Without AC_CONFIG_MACRO_DIR, when autoreconfiguring the package, it
|
||||
cannot find AM_PATH_EXPAT which is defined in config/expat.m4.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bdccec4c374a93480a7fd303d15e20810a5d5b7e Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 25 Oct 2014 21:22:40 +0200
|
||||
Subject: [PATCH 5/5] Fix C++ support
|
||||
Subject: [PATCH] Fix C++ support
|
||||
|
||||
Autoreconf fails with the following message:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From db0d59cd06f3ffd350379847c0885e1bfb85af0f Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 7 Mar 2015 11:34:42 +0100
|
||||
Subject: [PATCH 2/2] build: add Libs.private field in libnl pkg-config file
|
||||
Subject: [PATCH] build: add Libs.private field in libnl pkg-config file
|
||||
|
||||
In order to support static linking, the libnl pkg-config file should
|
||||
indicate in its Libs.private field the libraries that libnl-3.0.a
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 623e2a995d156e115c91f56a3ec691bdc333df8b Mon Sep 17 00:00:00 2001
|
||||
From: Chris Dickens <christopher.a.dickens@gmail.com>
|
||||
Date: Sun, 13 Dec 2020 15:49:19 -0800
|
||||
Subject: [PATCH 1/1] linux_usbfs: Fix parsing of descriptors for
|
||||
Subject: [PATCH] linux_usbfs: Fix parsing of descriptors for
|
||||
multi-configuration devices
|
||||
|
||||
Commit e2be556bd2 ("linux_usbfs: Parse config descriptors during device
|
||||
|
@ -1,6 +1,6 @@
|
||||
From: Jaap Crezee <jaap@jcz.nl>
|
||||
Date: Sat, 25 june 2016 13:13:00 +0200
|
||||
Subject: [PATCH 1/1] fix compilation host-lzop with gcc-6
|
||||
Subject: [PATCH] fix compilation host-lzop with gcc-6
|
||||
|
||||
This patch allows host-lzop to be compiled with host systems containing gcc-6
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 3cbef2195533f357c8a80c2840108662461273b7 Mon Sep 17 00:00:00 2001
|
||||
From: Lionel Orry <lionel.orry@gmail.com>
|
||||
Date: Wed, 27 Mar 2013 14:48:19 +0100
|
||||
Subject: [PATCH 4/4] Do not run tests.
|
||||
Subject: [PATCH] Do not run tests.
|
||||
|
||||
This patch is specific to cross-compiled environments and avoids running
|
||||
the tests on the host. It is not meant to be applied upstream.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d2f01ba6fa2a065156fad686d1849309c661e527 Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Martin <s.martin49@gmail.com>
|
||||
Date: Sun, 31 Aug 2014 12:07:31 +0200
|
||||
Subject: [PATCH 2/2] cmake: use the standard CMake flag to drive the shared
|
||||
Subject: [PATCH] cmake: use the standard CMake flag to drive the shared
|
||||
object build
|
||||
|
||||
If BUILD_SHARED_LIBS is set and SHARED undefined, then drive SHARED with
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8e273c688aa235ed9c68570a700d31596bac14df Mon Sep 17 00:00:00 2001
|
||||
From: Giulio Benetti <giulio.benetti@micronovasrl.com>
|
||||
Date: Mon, 15 Oct 2018 19:07:05 +0200
|
||||
Subject: [PATCH 1/2] configure: fix AC_CHECK_FUNCS(EVP_sha224 EVP_sha384 ...)
|
||||
Subject: [PATCH] configure: fix AC_CHECK_FUNCS(EVP_sha224 EVP_sha384 ...)
|
||||
failure on static linking
|
||||
|
||||
If building as static lib, AC_CHECK_FUNCS(EVP_sha224 EVP_sha384 ...)
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1ab6e3fc3cf61fa5a7b7363e59095e868474524b Mon Sep 17 00:00:00 2001
|
||||
From: Giulio Benetti <giulio.benetti@micronovasrl.com>
|
||||
Date: Mon, 15 Oct 2018 19:34:26 +0200
|
||||
Subject: [PATCH 2/2] configure: fix AC_CHECK_FUNCS(TLS_method TLSv1_method
|
||||
Subject: [PATCH] configure: fix AC_CHECK_FUNCS(TLS_method TLSv1_method
|
||||
...) failure on static linking
|
||||
|
||||
If building as static lib, AC_CHECK_FUNCS(TLS_method TLSv1_method ...)
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 9b3d307f8f6a1af88f3f810f5a6cf0835830e1e8 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
|
||||
Date: Mon, 7 Dec 2015 01:14:33 +0100
|
||||
Subject: [PATCH 1/1] add executable
|
||||
Subject: [PATCH] add executable
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
@ -1,7 +1,7 @@
|
||||
From dfe6f65b7078315c32cebb727e9c47ead7603475 Mon Sep 17 00:00:00 2001
|
||||
From: Asaf Kahlon <asafka7@gmail.com>
|
||||
Date: Sun, 13 Oct 2019 16:44:44 +0300
|
||||
Subject: [PATCH 1/1] Adjust ws4py for Python 3.7 syntax
|
||||
Subject: [PATCH] Adjust ws4py for Python 3.7 syntax
|
||||
|
||||
Since Python 3.7, "async" has become a keyword and cannot be used.
|
||||
Thus, instead of asyncio.async we will use asyncio.ensure_future.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 78f558df35860484711a600d155ae7a13ebf44b2 Mon Sep 17 00:00:00 2001
|
||||
From: =?utf-8?q?Ga=C3=ABl=20PORTAY?= <gael.portay@savoirfairelinux.com>
|
||||
Date: Tue, 28 Nov 2017 23:14:42 -0500
|
||||
Subject: [PATCH 1/1] Build examples
|
||||
Subject: [PATCH] Build examples
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
@ -1,7 +1,7 @@
|
||||
From abf3a1b9c9cdacb574c2b9cdbf3f2a5e18c39ab9 Mon Sep 17 00:00:00 2001
|
||||
From: Rodrigo Rebello <rprebello@gmail.com>
|
||||
Date: Mon, 29 Feb 2016 22:53:49 -0300
|
||||
Subject: [PATCH 1/1] Add 'Libs.private' field to pkg-config file
|
||||
Subject: [PATCH] Add 'Libs.private' field to pkg-config file
|
||||
|
||||
In order to support static linking, SDL_mixer.pc should include a
|
||||
'Libs.private' field listing all the libraries that SDL_mixer requires.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f223035f4ffcff2a9296d1e907a5193f8e8845a3 Mon Sep 17 00:00:00 2001
|
||||
From: Adam Jackson <ajax@redhat.com>
|
||||
Date: Tue, 4 Feb 2020 16:38:06 -0500
|
||||
Subject: [PATCH xf86-video-ati] Fix link failure with gcc 10
|
||||
Subject: [PATCH] Fix link failure with gcc 10
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
@ -1,7 +1,7 @@
|
||||
From fc7f191a1a0f290a4e808dd8f9bd58ba1dbd2be4 Mon Sep 17 00:00:00 2001
|
||||
From: Otavio Salvador <otavio@ossystems.com.br>
|
||||
Date: Sat, 29 Dec 2012 18:00:36 -0200
|
||||
Subject: [PATCH 1/2] ext: Update to newer swap macros
|
||||
Subject: [PATCH] ext: Update to newer swap macros
|
||||
|
||||
The swap macros now use an internal temporary variable so we need to
|
||||
adapt the code according.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0f5e1658c05746b17f05a1bade263cad19b37e79 Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Thu, 22 Jan 2015 15:20:25 +0100
|
||||
Subject: [PATCH 1/6] configure: Remove "Check C compiler type (optimization
|
||||
Subject: [PATCH] configure: Remove "Check C compiler type (optimization
|
||||
options)"
|
||||
|
||||
This test force optimization to -O3
|
||||
|
@ -1,7 +1,7 @@
|
||||
From fc5c889131ff6270e1028cc7edd87e7f10a7da6d Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Thu, 22 Jan 2015 15:21:31 +0100
|
||||
Subject: [PATCH 2/6] configure: Don't use host CPP
|
||||
Subject: [PATCH] configure: Don't use host CPP
|
||||
|
||||
CPP is redefined if a cpp binary (/lib/cpp) is found on the host.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 93189390de7322da78bc5b807f4cadaff46393c9 Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Thu, 22 Jan 2015 22:45:30 +0100
|
||||
Subject: [PATCH 3/6] Makefile: Use CFLAGS from command line
|
||||
Subject: [PATCH] Makefile: Use CFLAGS from command line
|
||||
|
||||
Replace CFLAGS_NOOPT by CFLAGS when calling unix/configure script
|
||||
to create 'flags' file which contains all variables used to build
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5c58b8737dc9ccf9407f6725f6f07b764d6abb22 Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Thu, 22 Jan 2015 23:47:55 +0100
|
||||
Subject: [PATCH 4/6] configure: use LDFLAGS from command line
|
||||
Subject: [PATCH] configure: use LDFLAGS from command line
|
||||
|
||||
The bzip2 support may not enabled due to a build error
|
||||
during the checking for bzip2 library.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d8da4e5f0ebed000f880e60b6cca7c575f7ed1c7 Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Fri, 23 Jan 2015 22:13:14 +0100
|
||||
Subject: [PATCH 5/6] unix/configure: remove GID/UID size check
|
||||
Subject: [PATCH] unix/configure: remove GID/UID size check
|
||||
|
||||
This check can't work for cross-compilation since it
|
||||
try to run a target's binary on the host system.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From fc392c939b9a18959482f588aff0afc29dd6d30a Mon Sep 17 00:00:00 2001
|
||||
From: Romain Naour <romain.naour@openwide.fr>
|
||||
Date: Fri, 23 Jan 2015 22:20:18 +0100
|
||||
Subject: [PATCH 6/6] unix/configure: borrow the LFS test from autotools.
|
||||
Subject: [PATCH] unix/configure: borrow the LFS test from autotools.
|
||||
|
||||
Infozip's LFS check can't work for cross-compilation
|
||||
since it try to run a target's binary on the host system.
|
||||
|
Loading…
Reference in New Issue
Block a user