/hg/icedtea7: Stop libraries being stripped in the OpenJDK build.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Apr 23 13:10:32 PDT 2012
changeset f427c1c7d29c in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=f427c1c7d29c
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Apr 23 21:10:12 2012 +0100
Stop libraries being stripped in the OpenJDK build.
2012-04-23 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
(HOTSPOT_CHANGESET): Bump to bring in
ALT_STRIP_POLICY fix.
(HOTSPOT_SHA256SUM): Likewise.
(ICEDTEA_ENV): Set ALT_STRIP_POLICY to
no_strip.
diffstat:
ChangeLog | 9 +++++++++
Makefile.am | 7 ++++---
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r b43c8ac7586b -r f427c1c7d29c ChangeLog
--- a/ChangeLog Thu Apr 12 18:36:20 2012 +0100
+++ b/ChangeLog Mon Apr 23 21:10:12 2012 +0100
@@ -1,3 +1,12 @@
+2012-04-23 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (HOTSPOT_CHANGESET): Bump to bring in
+ ALT_STRIP_POLICY fix.
+ (HOTSPOT_SHA256SUM): Likewise.
+ (ICEDTEA_ENV): Set ALT_STRIP_POLICY to
+ no_strip.
+
2012-04-12 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r b43c8ac7586b -r f427c1c7d29c Makefile.am
--- a/Makefile.am Thu Apr 12 18:36:20 2012 +0100
+++ b/Makefile.am Mon Apr 23 21:10:12 2012 +0100
@@ -5,7 +5,7 @@
COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(OPENJDK_VERSION)
CORBA_CHANGESET = c628aeb3d72f
-HOTSPOT_CHANGESET = b1dfb460ee5c
+HOTSPOT_CHANGESET = 2967c7838b7a
JAXP_CHANGESET = 9b7a2f21b8a8
JAXWS_CHANGESET = 9ae185bd7ff2
JDK_CHANGESET = 1aea8312412a
@@ -13,7 +13,7 @@
OPENJDK_CHANGESET = 3a0fd3cc84a0
CORBA_SHA256SUM = b176cf1fd8a461413ab822236753cf455210e97c11a8d4224929582607c212b4
-HOTSPOT_SHA256SUM = 43d83d5209a9f748e6650c792ca8ef8d9a90d6e3c53e461993c6bffb8c37e972
+HOTSPOT_SHA256SUM = ea07bbffa5ce566efa4f7955983315bee006b0e60f7eacb36d14710e5da61b58
JAXP_SHA256SUM = 4d38e8a0fc0fcbe3ba8a56f9fc0960ecbf15cd4cef44b76fdc82418c008a33c3
JAXWS_SHA256SUM = 60c6c62c851eafc15ff33e58aa625e6f58fd31f15328b121602a07891fc1d272
JDK_SHA256SUM = 1d5f1b7a5d9f8be06105130aa1c0f1898e9b91fb8d968d7ccb21d2b365575802
@@ -430,7 +430,8 @@
BUILD_CPP="$(CXX)" \
USE_SYSTEM_CUPS="true" \
CUPS_LIBS="${CUPS_LIBS}" \
- CUPS_CFLAGS="${CUPS_CFLAGS}"
+ CUPS_CFLAGS="${CUPS_CFLAGS}" \
+ ALT_STRIP_POLICY=no_strip
if ENABLE_CACAO
ICEDTEA_ENV += \
More information about the distro-pkg-dev
mailing list