Path to this page:
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: