diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-28 13:09:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-28 13:10:24 +0000 |
commit | fd2f7d89af2ed10eb4bdf11fbee0702d8cdad96a (patch) | |
tree | d58f6cce2881a3b9903ed92221ccda2bb9e24fb9 /community/keepassx/musl-fixes.patch | |
parent | a1ca9675abd7c94d042a5997914c988b52d9a504 (diff) | |
download | aports-fd2f7d89af2ed10eb4bdf11fbee0702d8cdad96a.tar.bz2 aports-fd2f7d89af2ed10eb4bdf11fbee0702d8cdad96a.tar.xz |
community/keepassx: moved from testing
Diffstat (limited to 'community/keepassx/musl-fixes.patch')
-rw-r--r-- | community/keepassx/musl-fixes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/keepassx/musl-fixes.patch b/community/keepassx/musl-fixes.patch new file mode 100644 index 0000000000..5afb7ed7c8 --- /dev/null +++ b/community/keepassx/musl-fixes.patch @@ -0,0 +1,10 @@ +--- a/src/core/qlockfile_unix.cpp.orig 2015-07-19 00:41:35.000000000 +0200 ++++ b/src/core/qlockfile_unix.cpp 2015-07-21 20:01:02.607722077 +0200 +@@ -39,6 +39,7 @@ + #include <QDebug> + #include <QDateTime> + ++#include <fcntl.h> + #include <sys/file.h> // flock + #include <sys/types.h> // kill + #include <signal.h> // kill |