diff options
author | William Pitcock <nenolod@dereferenced.org> | 2014-03-25 05:15:34 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2014-03-25 05:15:34 +0000 |
commit | 855ad8d21bb69b8db500260c9e4033f3e60f1414 (patch) | |
tree | 14719922da850b41c7f471ad21c6f6d82701ffb0 /main/xen/musl-support.patch | |
parent | b18cb5bd835973ed5fc49ff1d4fdcb59a56da6ad (diff) | |
download | aports-855ad8d21bb69b8db500260c9e4033f3e60f1414.tar.bz2 aports-855ad8d21bb69b8db500260c9e4033f3e60f1414.tar.xz |
main/xen: fix uclibc regression in musl-support patch
Diffstat (limited to 'main/xen/musl-support.patch')
-rw-r--r-- | main/xen/musl-support.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/xen/musl-support.patch b/main/xen/musl-support.patch index 5872d7d745..7946cb64b8 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) { |