Path to this page:
Subject: CVS commit: pkgsrc/converters/libiconv
From: Benny Siegert
Date: 2011-09-08 18:29:49
Message id: 20110908162949.647B1175DD@cvs.netbsd.org
Log Message:
Revert recent commit, add a (hopefully) correct patch instead. Bump rev.
In the Makefile.in, libcharset is copied with pax into lib/ along with
its object files. This overwrites relocatable.lo from libiconv, which
is then relinked against the wrong object. Use "libtool --mode=install cp"
instead to only copy the library.
Should hopefully fix PR pkg/45341.
Files: