caster 14/11/01 22:47:10 Added: icedtea-web-1.5-respect-ldflags.patch Log: Version bump, bug #512094. Adds optional USE=tagsoup which should allow parsing malformed .jnlp files, at the cost of 35 java packages in build-deptree. Depend on app-arch/zip, bug #516696. (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch?rev=1.1&content-type=text/plain Index: icedtea-web-1.5-respect-ldflags.patch =================================================================== --- Makefile.am.orig 2014-08-14 12:15:46.000000000 +0200 +++ Makefile.am 2014-11-01 23:09:49.543555638 +0100 @@ -322,7 +322,7 @@ $(PLUGIN_DIR)/$(BUILT_PLUGIN_LIBRARY): $(addprefix $(PLUGIN_DIR)/,$(PLUGIN_OBJECTS)) cd $(PLUGIN_DIR) && \ - $(CXX) $(CXXFLAGS) \ + $(CXX) $(CXXFLAGS) $(LDFLAGS) \ $(PLUGIN_OBJECTS) \ $(GLIB_LIBS) \ $(MOZILLA_LIBS) \
