Subject: CVS commit: pkgsrc/lang/spidermonkey52
From: Leonardo Taccari
Date: 2019-05-24 20:15:38
Message id: 20190524181538.B24EDFBB7@cvs.NetBSD.org

Log Message:
spidermonkey52: Do not build with debug symbols and strip

configure forced to pass `-g' to CFLAGS and did not strip resulting binaries and
libraries. Pass `--disable-debug-symbols' and `--enable-strip' to respectively
address that.
Fix PR pkg/54228 reported by matt farnsworth.

While here, avoid to pass `-Wl,-z,wxneeded' to LDFLAGS on NetBSD.

Files:
RevisionActionfile
1.16modifypkgsrc/lang/spidermonkey52/Makefile
1.6modifypkgsrc/lang/spidermonkey52/distinfo
1.4modifypkgsrc/lang/spidermonkey52/patches/patch-js_src_old-configure_in