changeset in /hg/icedtea: 2008-02-15 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Thu May 29 14:11:54 PDT 2008


changeset e58dd24ebca2 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e58dd24ebca2
description:
	2008-02-15  Lillian Angel  <langel at redhat.com>

	        * patches/icedtea-zero.patch: Added patch to add LIBFFI_CFLAGS to
	        CFLAGS.
	        * configure.ac: Added conditional check for libffi.
	        * configure: Regenerated.

diffstat:

4 files changed, 15 insertions(+), 3 deletions(-)
ChangeLog                  |    2 ++
configure                  |    4 ++--
configure.ac               |    2 +-
patches/icedtea-zero.patch |   10 ++++++++++

diffs (55 lines):

diff -r 0e25fc459f83 -r e58dd24ebca2 ChangeLog
--- a/ChangeLog	Sun Feb 17 12:44:22 2008 -0500
+++ b/ChangeLog	Sun Feb 17 15:39:42 2008 -0500
@@ -1,5 +1,7 @@ 2008-02-15  Lillian Angel  <langel at redha
 2008-02-15  Lillian Angel  <langel at redhat.com>
 
+	* patches/icedtea-zero.patch: Added patch to add LIBFFI_CFLAGS to
+	CFLAGS.
 	* configure.ac: Added conditional check for libffi.
 	* configure: Regenerated.
 
diff -r 0e25fc459f83 -r e58dd24ebca2 configure
--- a/configure	Sun Feb 17 12:44:22 2008 -0500
+++ b/configure	Sun Feb 17 15:39:42 2008 -0500
@@ -10093,9 +10093,9 @@ fi
           if test "x${LIBFFI_FOUND}" = xno
           then
             { { echo "$as_me:$LINENO: error: Could not find libffi headers - \
-                         Try installing libffi-devel." >&5
+	    Try installing libffi-devel." >&5
 echo "$as_me: error: Could not find libffi headers - \
-                         Try installing libffi-devel." >&2;}
+	    Try installing libffi-devel." >&2;}
    { (exit 1); exit 1; }; }
           fi
 
diff -r 0e25fc459f83 -r e58dd24ebca2 configure.ac
--- a/configure.ac	Sun Feb 17 12:44:22 2008 -0500
+++ b/configure.ac	Sun Feb 17 15:39:42 2008 -0500
@@ -293,7 +293,7 @@ case "$build" in
           if test "x${LIBFFI_FOUND}" = xno
           then
             AC_MSG_ERROR([Could not find libffi headers - \
-                         Try installing libffi-devel.])
+	    Try installing libffi-devel.])
           fi
           AC_SUBST(LIBFFI_CFLAGS)
           AC_SUBST(LIBFFI_LIBS)
diff -r 0e25fc459f83 -r e58dd24ebca2 patches/icedtea-zero.patch
--- a/patches/icedtea-zero.patch	Sun Feb 17 12:44:22 2008 -0500
+++ b/patches/icedtea-zero.patch	Sun Feb 17 15:39:42 2008 -0500
@@ -99,3 +99,13 @@ diff -ru openjdk/hotspot/src/share/vm/ut
  
  LINK_VM = $(LINK_LIB.c)
  
+--- gcc.make	2008-02-17 15:37:26.000000000 -0500
++++ openjdk/hotspot/build/linux/makefiles/gcc.make	2008-02-17 15:37:58.000000000 -0500
+@@ -57,6 +57,7 @@
+ 
+ VM_PICFLAG        = $(VM_PICFLAG/$(LINK_INTO))
+ 
++CFLAGS += $(LIBFFI_CFLAGS)
+ CFLAGS += $(VM_PICFLAG)
+ CFLAGS += -fno-rtti
+ CFLAGS += -fno-exceptions



More information about the distro-pkg-dev mailing list