Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
crash.28009
crash-patch-gdb.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File crash-patch-gdb.patch of Package crash.28009
From: Petr Tesarik <ptesarik@suse.cz> Subject: Apply custom patches to gdb Upstream: never Enhance the crash specfile to allow applying custom patches. Update jeffm 17 Sep 2014: What used to be in the series file is now in gdb-7.6-ppc64le-support.patch. We used to apply it unconditionally so we'll continue to do so. Signed-off-by: Petr Tesarik <ptesarik@suse.cz> --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/Makefile +++ b/Makefile @@ -263,8 +263,11 @@ gdb_unzip: gdb_patch: if [ -f ${GDB}.patch ] && [ -s ${GDB}.patch ]; then \ patch -p0 < ${GDB}.patch; cp ${GDB}.patch ${GDB}; fi - if [ "${ARCH}" = "ppc64le" ] && [ -f ${GDB}-ppc64le-support.patch ]; then \ - patch -d ${GDB} -p1 -F0 < ${GDB}-ppc64le-support.patch ; \ + patch -d ${GDB} -p1 -F0 < ${GDB}-ppc64le-support.patch ; \ + if [ -f ${GDB}.series ]; then \ + while read p; do \ + patch -d ${GDB} -p1 -F0 < "$$p" ; \ + done < ${GDB}.series ; \ fi if [ "${ARCH}" = "x86_64" ] && [ "${TARGET}" = "PPC64" ] && [ -f ${GDB}-ppc64le-support.patch ]; then \ patch -d ${GDB} -p1 -F0 < ${GDB}-ppc64le-support.patch ; \
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor