/hg/release/icedtea-web-1.1: Added DEFS to icedtea plugin compil...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Wed Dec 21 03:34:00 PST 2011
changeset 88e6e058cdf3 in /hg/release/icedtea-web-1.1
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.1?cmd=changeset;node=88e6e058cdf3
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Dec 21 12:33:06 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 fe8436ed6d95 -r 88e6e058cdf3 ChangeLog
--- a/ChangeLog Wed Dec 21 10:34:41 2011 +0100
+++ b/ChangeLog Wed Dec 21 12:33:06 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 fe8436ed6d95 -r 88e6e058cdf3 Makefile.am
--- a/Makefile.am Wed Dec 21 10:34:41 2011 +0100
+++ b/Makefile.am Wed Dec 21 12:33:06 2011 +0100
@@ -202,6 +202,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