pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54228 CVS commit: pkgsrc/lang/spidermonkey52



The following reply was made to PR pkg/54228; it has been noted by GNATS.

From: "Leonardo Taccari" <leot%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54228 CVS commit: pkgsrc/lang/spidermonkey52
Date: Fri, 24 May 2019 18:15:38 +0000

 Module Name:	pkgsrc
 Committed By:	leot
 Date:		Fri May 24 18:15:38 UTC 2019
 
 Modified Files:
 	pkgsrc/lang/spidermonkey52: Makefile distinfo
 	pkgsrc/lang/spidermonkey52/patches: patch-js_src_old-configure_in
 
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/spidermonkey52/Makefile
 cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/spidermonkey52/distinfo
 cvs rdiff -u -r1.3 -r1.4 \
     pkgsrc/lang/spidermonkey52/patches/patch-js_src_old-configure_in
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index