From owner-freebsd-ruby@FreeBSD.ORG Mon Feb 4 15:41:23 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 54539EB2 for ; Mon, 4 Feb 2013 15:41:23 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 77B112AE for ; Mon, 4 Feb 2013 15:41:22 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA21826 for ; Mon, 04 Feb 2013 17:41:20 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <510FD6A0.2010303@FreeBSD.org> Date: Mon, 04 Feb 2013 17:41:20 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130113 Thunderbird/17.0.2 MIME-Version: 1.0 To: ruby@FreeBSD.org Subject: ruby-1.9.pc; strange/harmful entry X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 15:41:23 -0000 $ pkgconf --libs ruby-1.9 -Wl,-soname,(.TARGET) -Wl,-R -Wl,/usr/local/lib -lruby19 -lexecinfo -lpthread -lcrypt -lm -L/usr/local/lib -Wl,-rpath=/usr/local/lib -pthread I am not sure if '(.TARGET)' is supposed to be expanded. But I think that -Wl,-soname should really have no place in pkgconf data. As it is now, the entry causes confusion (e.g. for a shell) when the above line is included verbatim into some compilation/link command like. -- Andriy Gapon