summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2015-07-13 04:55:31 +0000
committerbsiegert <bsiegert>2015-07-13 04:55:31 +0000
commite117003ffac2ede544b96a0f45aeea09da77a436 (patch)
tree5904853ddba8e7b02633aa07c047c744b6af798e
parent45abad9d2bd24bd5c5b30a0e4621d58f42848d9b (diff)
downloadpkgsrc-e117003ffac2ede544b96a0f45aeea09da77a436.tar.gz
Add tags to libtool invocation. From Brad Forschinger in PR pkg/49992.
-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: