diff options
author | Taner Tas <taner76@gmail.com> | 2019-03-24 13:42:01 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-25 15:15:14 +0200 |
commit | f73cb5c48ec938020c59024cc75f7b7d19ec9b31 (patch) | |
tree | e25c4cddff01e939600844c749cd5764574999ee /community/lightdm/musl-is-linux.patch | |
parent | 107990a8c66b184eb8c116f2697fc76627e8b722 (diff) | |
download | aports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.bz2 aports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.xz |
testing/lightdm* -> community/
lightdm* : move from testing
lightdm-gtk-greeter: upgrade to 2.0.6
Diffstat (limited to 'community/lightdm/musl-is-linux.patch')
-rw-r--r-- | community/lightdm/musl-is-linux.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/lightdm/musl-is-linux.patch b/community/lightdm/musl-is-linux.patch new file mode 100644 index 0000000000..697eff2470 --- /dev/null +++ b/community/lightdm/musl-is-linux.patch @@ -0,0 +1,11 @@ +--- a/tests/src/libsystem.c ++++ b/tests/src/libsystem.c +@@ -213,7 +213,7 @@ + return g_strdup (path); + } + +-#ifdef __linux__ ++#ifdef __GLIBC__ + static int + open_wrapper (const char *func, const char *pathname, int flags, mode_t mode) + { |