summaryrefslogtreecommitdiff
path: root/devel/libexecinfo
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2015-07-13 04:55:31 +0000
committerbsiegert <bsiegert>2015-07-13 04:55:31 +0000
commit2d84e80f85548f961819b7379b1983cbbab7fcd7 (patch)
tree5904853ddba8e7b02633aa07c047c744b6af798e /devel/libexecinfo
parent700faff4f83fc820e055e9d0ce80c7d4d740a179 (diff)
downloadpkgsrc-2d84e80f85548f961819b7379b1983cbbab7fcd7.tar.gz
Add tags to libtool invocation. From Brad Forschinger in PR pkg/49992.
Diffstat (limited to 'devel/libexecinfo')
-rw-r--r--devel/libexecinfo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libexecinfo/Makefile b/devel/libexecinfo/Makefile
index b4f827a1fa9..8d974c5b039 100644
--- a/devel/libexecinfo/Makefile
+++ b/devel/libexecinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/06/28 15:18:09 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/07/13 04:55:31 bsiegert Exp $
DISTNAME= libexecinfo-1.1
PKGREVISION= 1
@@ -21,10 +21,10 @@ USE_LIBTOOL= yes
INSTALLATION_DIRS= include lib
do-build:
- cd ${WRKSRC} && ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c execinfo.c
- cd ${WRKSRC} && ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c stacktraverse.c
- cd ${WRKSRC} && ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} ${LIBS} \
- -o libexecinfo.la execinfo.lo stacktraverse.lo \
+ cd ${WRKSRC} && ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} -c execinfo.c
+ cd ${WRKSRC} && ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} -c stacktraverse.c
+ cd ${WRKSRC} && ${LIBTOOL} --mode=link --tag=CC ${CC} ${LDFLAGS} ${LIBS} \
+ -o libexecinfo.la execinfo.lo stacktraverse.lo \
-version-info 1:0:0 -rpath ${PREFIX}/lib
do-install: