/hg/release/icedtea-web-1.0: Added DEFS to icedtea plugin compil...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Wed Dec 21 03:33:24 PST 2011


changeset 1c3bf2c45775 in /hg/release/icedtea-web-1.0
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.0?cmd=changeset;node=1c3bf2c45775
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Dec 21 12:33:09 2011 +0100

	Added DEFS to icedtea plugin compilation


diffstat:

 ChangeLog   |  7 +++++++
 Makefile.am |  1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 77c2b187b88f -r 1c3bf2c45775 ChangeLog
--- a/ChangeLog	Wed Dec 21 11:17:42 2011 +0100
+++ b/ChangeLog	Wed Dec 21 12:33:09 2011 +0100
@@ -1,3 +1,10 @@
+2011-12-21  Jiri Vanek  <jvanek at redhat.com>
+
+	*Makefile.am:
+	($(PLUGIN_DIR)/%.o): added $(DEFS), as it was added to head long ago,
+	 but never backported to this branch. Previous patch is not working
+	 correctly without DEFS.
+
 2011-12-21  Jiri Vanek  <jvanek at redhat.com>
 
 	* acinclude.m4: added definition of IT_CHECK_XULRUNNER_API_VERSION,
diff -r 77c2b187b88f -r 1c3bf2c45775 Makefile.am
--- a/Makefile.am	Wed Dec 21 11:17:42 2011 +0100
+++ b/Makefile.am	Wed Dec 21 12:33:09 2011 +0100
@@ -190,6 +190,7 @@
 	mkdir -p $(PLUGIN_DIR) && \
 	cd $(PLUGIN_DIR) && \
 	$(CXX) $(CXXFLAGS) \
+	   $(DEFS) \
 	  -DJDK_UPDATE_VERSION="\"$(JDK_UPDATE_VERSION)\"" \
 	  -DPLUGIN_NAME="\"IcedTea-Web Plugin\"" \
 	  -DPLUGIN_VERSION="\"$(PLUGIN_VERSION)\"" \



More information about the distro-pkg-dev mailing list