Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/05/2005 19:46:41
Module Name: pkgsrc
Committed By: jlam
Date: Fri Aug 5 19:46:41 UTC 2005
Modified Files:
pkgsrc/mk/buildlink3: cmd-sink-libtool
pkgsrc/mk/wrapper: arg-pp-main
Log Message:
Hardcode a workaround for perl's DynaLoader.a which is definitely a
PIC code archive, but libtool isn't smart enough to realize it. Munge
the name within cmd-sink-libtool into something that will make libtool
recognize it as a PIC code archive. We unmunge it in arg-pp-main so
non-libtool wrappers see the right thing. This let's us use libtool
to link applications with an embedded Perl interpreter.
I feel so dirty...
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/buildlink3/cmd-sink-libtool
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/wrapper/arg-pp-main
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.