Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 23:06:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342479 - head/devel/libgetline/files
Message-ID:  <201402032306.s13N6mvh034086@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb  3 23:06:48 2014
New Revision: 342479
URL: http://svnweb.freebsd.org/changeset/ports/342479
QAT: https://qat.redports.org/buildarchive/r342479/

Log:
  Set a correct soname

Modified:
  head/devel/libgetline/files/patch-ab

Modified: head/devel/libgetline/files/patch-ab
==============================================================================
--- head/devel/libgetline/files/patch-ab	Mon Feb  3 22:52:01 2014	(r342478)
+++ head/devel/libgetline/files/patch-ab	Mon Feb  3 23:06:48 2014	(r342479)
@@ -11,7 +11,7 @@
 +SHLIB_CFLAGS	= -fpic -DPIC
 +SHLIB_LDFLAGS	= -shared
 +SHLIB_TGT		= $(INST_LIBDIR)/libgetline.so.$(SHLIB_VERSION)
-+SHLIB_TGT_SPEC	= -Wl,-h$(SHLIB_TGT)
++SHLIB_TGT_SPEC	= -Wl,-hlibgetline.so.$(SHLIB_VERSION)
 +
 +all: libgetline.a libgetline.so.$(SHLIB_VERSION)
 +



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402032306.s13N6mvh034086>