*** ./demo/plugin/Makefile.in.ORIG Wed Dec 14 20:12:18 2016 --- ./demo/plugin/Makefile.in Wed Dec 14 20:43:50 2016 *************** *** 309,316 **** top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign demo_plugin_so_SOURCES = demo_plugin.c gnuplot_plugin.h ! demo_plugin_so_CFLAGS = -rdynamic -fPIC -I$(top_srcdir)/src ! demo_plugin_so_LDFLAGS = -shared # Note: Solaris SunPro C compiler needs these flags instead # --- 309,316 ---- top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign demo_plugin_so_SOURCES = demo_plugin.c gnuplot_plugin.h ! demo_plugin_so_CFLAGS = -qmkshrobj -I$(top_srcdir)/src ! demo_plugin_so_LDFLAGS = -Wl,-bM:SRE -Wl,-G -Wl,-berok -lc -Wl,-bnoentry # Note: Solaris SunPro C compiler needs these flags instead #