--- rpl/src/Makefile.am 2010/08/13 21:00:36 1.34 +++ rpl/src/Makefile.am 2010/08/15 14:46:24 1.35 @@ -409,7 +409,7 @@ INCLUDES = -I$(srcdir) -I$(top_builddir) $(include_libreadline) $(include_libncurses) $(include_libgsl) \ $(include_libiconv) $(include_libcrypto) $(include_libsqlite)\ @includeX@ @libMySQLinc@ @libPgSQLinc@ -DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\"@VERSION@\" \ +DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\"@VERSION@\" @BROKEN_SIGINFO@ \ -Dd_exec_path=\"@RUNPATH@\" @FORCE_GNUPLOT_PATH@ @DEBUG@ \ @MOTIF_SUPPORT@ @POSTSCRIPT_SUPPORT@ @GNUPLOT_SUPPORT@ \ @VIM_SUPPORT@ @MYSQL_SUPPORT@ @POSTGRESQL_SUPPORT@ \ @@ -476,6 +476,9 @@ librpl: install-libLIBRARIES ls *.$(OBJEXT) 2> /dev/null | wc -l; \ done; \ echo Done; \ - ar s librpl.a); \ + ar s librpl.a; \ + if [ @OS@ != OS2 ]; then \ + echo Stripping librpl.a && strip -d librpl.a; \ + fi;); \ mv -f $(top_builddir)/librpl/librpl.a $(top_builddir)/src/librpl.a