svn commit: r342479 - head/devel/libgetline/files

Antoine Brodin antoine at FreeBSD.org
Mon Feb 3 23:06:49 UTC 2014


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)
 +


More information about the svn-ports-head mailing list