You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/icedtea-web/files/0002-Respect-LDFLAGS.patch

12 lines
352 B

--- Makefile.am.orig 2011-09-18 23:35:31.396740781 +0200
+++ Makefile.am 2011-09-18 23:35:44.284392366 +0200
@@ -216,7 +216,7 @@
$(PLUGIN_DIR)/IcedTeaPlugin.so: $(addprefix $(PLUGIN_DIR)/,$(PLUGIN_OBJECTS))
cd $(PLUGIN_DIR) && \
- $(CXX) $(CXXFLAGS) \
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) \
$(PLUGIN_OBJECTS) \
$(GLIB_LIBS) \
$(GTK_LIBS) \