[packages/guile1: 97/172] - fix for alloca test in configure.in
jajcus
jajcus at pld-linux.org
Sat Dec 12 13:46:56 CET 2015
commit 3a572a518d969a9eb9f029acef353967f0e6ae77
Author: Jacek Konieczny <jajcus at pld-linux.org>
Date: Tue Dec 30 10:53:24 2003 +0000
- fix for alloca test in configure.in
Changed files:
guile-ac_alloca_test.patch -> 1.1
guile-ac_alloca_test.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/guile-ac_alloca_test.patch b/guile-ac_alloca_test.patch
new file mode 100644
index 0000000..8a9ff36
--- /dev/null
+++ b/guile-ac_alloca_test.patch
@@ -0,0 +1,14 @@
+diff -durN -x '*~' guile-1.6.4.orig/configure.in guile-1.6.4/configure.in
+--- guile-1.6.4.orig/configure.in 2004-12-30 10:06:25.000000000 +0000
++++ guile-1.6.4/configure.in 2004-12-30 10:08:08.752570752 +0000
+@@ -462,7 +462,9 @@
+ # explicitly to LIBOBJS to make sure that it is translated to
+ # `alloca.lo' for libtool later on. This can and should be done more cleanly.
+ AC_FUNC_ALLOCA
+-if test "$ALLOCA" = "alloca.o"; then AC_LIBOBJ([alloca]); fi
++if test "$ALLOCA" = "alloca.o"; then
++ AC_LIBOBJ([alloca])
++fi
+
+ AC_CHECK_MEMBERS([struct stat.st_rdev])
+ AC_CHECK_MEMBERS([struct stat.st_blksize])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/guile1.git/commitdiff/ebe6c26bec9cbe3813afc2be58f989889f8e944a
More information about the pld-cvs-commit
mailing list