summaryrefslogtreecommitdiffstats
path: root/main/xen/musl-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xen/musl-support.patch')
-rw-r--r--main/xen/musl-support.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/xen/musl-support.patch b/main/xen/musl-support.patch
index 5872d7d74..7946cb64b 100644
--- a/main/xen/musl-support.patch
+++ b/main/xen/musl-support.patch
@@ -1,16 +1,5 @@
--- xen-4.3.1.orig/m4/ptyfuncs.m4
+++ xen-4.3.1/m4/ptyfuncs.m4
-@@ -10,7 +10,7 @@
- ])
- AX_SAVEVAR_RESTORE(CPPFLAGS)
- AC_CACHE_CHECK([for openpty et al], [ax_cv_ptyfuncs_libs], [
-- for ax_cv_ptyfuncs_libs in -lutil "" NOT_FOUND; do
-+ for ax_cv_ptyfuncs_libs in -lc -lutil "" NOT_FOUND; do
- if test "x$ax_cv_ptyfuncs_libs" = "xNOT_FOUND"; then
- AC_MSG_FAILURE([Unable to find library for openpty and login_tty])
- fi
---- xen-4.3.1.orig/m4/ptyfuncs.m4
-+++ xen-4.3.1/m4/ptyfuncs.m4
@@ -22,7 +22,6 @@
#endif
int main(void) {