From 855ad8d21bb69b8db500260c9e4033f3e60f1414 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 25 Mar 2014 05:15:34 +0000 Subject: main/xen: fix uclibc regression in musl-support patch --- main/xen/musl-support.patch | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'main/xen/musl-support.patch') 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) { -- cgit v1.2.3