Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Dec 18, 2024
1 parent fd18312 commit 66a7829
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 3.13/alpine/patch/otp/26.2.5.6/erts-configure.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- erts/configure.orig
+++ erts/configure
@@ -20934,6 +20934,7 @@
/* end confdefs.h. */

#include <stdlib.h>
+#include <unistd.h>
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif
@@ -24889,8 +24890,10 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */

+#include <fcntl.h>
#include <poll.h>
-main()
+#include <stdlib.h>
+int main()
{
#ifdef _POLL_EMUL_H_
exit(1); /* Implemented using select() -- fail */
22 changes: 22 additions & 0 deletions 4.0/alpine/patch/otp/26.2.5.6/erts-configure.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- erts/configure.orig
+++ erts/configure
@@ -20934,6 +20934,7 @@
/* end confdefs.h. */

#include <stdlib.h>
+#include <unistd.h>
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif
@@ -24889,8 +24890,10 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */

+#include <fcntl.h>
#include <poll.h>
-main()
+#include <stdlib.h>
+int main()
{
#ifdef _POLL_EMUL_H_
exit(1); /* Implemented using select() -- fail */
22 changes: 22 additions & 0 deletions 4.1-rc/alpine/patch/otp/26.2.5.6/erts-configure.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- erts/configure.orig
+++ erts/configure
@@ -20934,6 +20934,7 @@
/* end confdefs.h. */

#include <stdlib.h>
+#include <unistd.h>
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif
@@ -24889,8 +24890,10 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */

+#include <fcntl.h>
#include <poll.h>
-main()
+#include <stdlib.h>
+int main()
{
#ifdef _POLL_EMUL_H_
exit(1); /* Implemented using select() -- fail */

0 comments on commit 66a7829

Please sign in to comment.