diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 08:21:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 08:21:17 +0000 |
commit | 1d8881a27f76908725491d5e0188657ae75230c5 (patch) | |
tree | 429eaa11a57481c541d7abbcd09bfa67245ee967 /alsa-lib-1.0.14-glibc-open.patch | |
parent | 032d0c5337f16272a964fc9189ccb05f82a4cd9f (diff) |
automatic import of alsa-libopeneuler24.03_LTS
Diffstat (limited to 'alsa-lib-1.0.14-glibc-open.patch')
-rw-r--r-- | alsa-lib-1.0.14-glibc-open.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/alsa-lib-1.0.14-glibc-open.patch b/alsa-lib-1.0.14-glibc-open.patch new file mode 100644 index 0000000..bc625bd --- /dev/null +++ b/alsa-lib-1.0.14-glibc-open.patch @@ -0,0 +1,11 @@ +--- alsa-lib-1.0.14/aserver/aserver.c 2007-05-31 10:05:13.000000000 +0200 ++++ alsa-lib-1.0.14.lennart/aserver/aserver.c 2007-08-15 15:53:32.000000000 +0200 +@@ -35,6 +35,8 @@ + + #include "aserver.h" + ++#undef open ++ + char *command; + + #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) |