Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 13:31:43 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255175 - head/lib/libexecinfo
Message-ID:  <201309031331.r83DVhGY041066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Sep  3 13:31:43 2013
New Revision: 255175
URL: http://svnweb.freebsd.org/changeset/base/255175

Log:
  Don't install private libexecinfo headers

Modified:
  head/lib/libexecinfo/Makefile

Modified: head/lib/libexecinfo/Makefile
==============================================================================
--- head/lib/libexecinfo/Makefile	Tue Sep  3 12:08:08 2013	(r255174)
+++ head/lib/libexecinfo/Makefile	Tue Sep  3 13:31:43 2013	(r255175)
@@ -7,7 +7,7 @@ SHLIB_MAJOR=	1
 
 .PATH:		${LIBEXECINFO}
 
-INCS=		execinfo.h symtab.h unwind.h
+INCS=		execinfo.h
 SRCS=		backtrace.c symtab.c unwind.c
 
 DPADD=		${LIBELF}



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