diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-08 13:22:46 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-08 13:22:46 +0400 |
commit | 4789420555281fb53db0f05a6b6638c595020997 (patch) | |
tree | bcc56d2aa8650b5ce38a02083333f26037d92701 /debian/patches/dyson-missing-sig_atomic_t.patch | |
parent | 597d7d4d9df6e688e766f1da1c7de92b191fbde9 (diff) | |
download | bash-master.tar.gz |
bash (4.3-11+dyson1) unstable; urgency=mediumHEADdyson/4.3-11+dyson1master
* Package for Dyson
* Added dyson-missing-sig_atomic_t.patch
* Do not build static bash on illumos-amd64
* Install everything under /usr on illumos
Diffstat (limited to 'debian/patches/dyson-missing-sig_atomic_t.patch')
-rw-r--r-- | debian/patches/dyson-missing-sig_atomic_t.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/dyson-missing-sig_atomic_t.patch b/debian/patches/dyson-missing-sig_atomic_t.patch new file mode 100644 index 0000000..2bd9452 --- /dev/null +++ b/debian/patches/dyson-missing-sig_atomic_t.patch @@ -0,0 +1,15 @@ +Index: bash-4.3/sig.h +=================================================================== +--- bash-4.3.orig/sig.h ++++ bash-4.3/sig.h +@@ -25,9 +25,7 @@ + + #include "stdc.h" + +-#if !defined (SIG_DFL) +-# include <signal.h> /* for sig_atomic_t */ +-#endif ++#include <signal.h> /* for sig_atomic_t */ + + #if !defined (SIGABRT) && defined (SIGIOT) + # define SIGABRT SIGIOT |