Skip to content

Commit

Permalink
xorg-server: Add patch to handle SIGABRT
Browse files Browse the repository at this point in the history
Currently, when the X server receives the abort signal, no stack trace
is logged [1]. The upstream master branch already contains a commit to
fix this [2], so add that.

Increment the revision.

[1] https://lists.freedesktop.org/archives/amd-gfx/2017-August/012071.html
[2] https://cgit.freedesktop.org/xorg/xserver/commit/?id=27a6b9f7c84c914d0f5909ec1069d72f5035bc04
  • Loading branch information
pmenzel committed Aug 15, 2017
1 parent 3af3a55 commit 9a71910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xorg-server.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xorg-server-1.19.3-0
# BEE_VERSION xorg-server-1.19.3-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -18,6 +18,7 @@ SRCURL[0]="https://ftp.x.org/pub/individual/xserver/xorg-server-${PKGVERSION}.ta
# PATCHURL[0]="/src/mariux/download/xorg-xinerama.patch"

PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/xorg-server-1.19.3-add_prime_support-1.patch)
PATCHURL+=(/src/mariux/patches/0001-os-Handle-SIGABRT.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit 9a71910

Please sign in to comment.