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 /testing/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 'testing/lightdm/musl-is-linux.patch')
-rw-r--r-- | testing/lightdm/musl-is-linux.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/lightdm/musl-is-linux.patch b/testing/lightdm/musl-is-linux.patch deleted file mode 100644 index 697eff2470..0000000000 --- a/testing/lightdm/musl-is-linux.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - { |