summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-14 22:00:49 +0000
committerrillig <rillig>2006-09-14 22:00:49 +0000
commitdfe09fcbb898250ec60ff59bd3caef1f26fa9e3e (patch)
tree8c9a353c3d4e2ba5da2cdeaaa43db00e2d2094f8 /mk
parentd9ab9816471adbef4e5b934f2e9743b26a009b63 (diff)
downloadpkgsrc-dfe09fcbb898250ec60ff59bd3caef1f26fa9e3e.tar.gz
Bugfix: Missing shared libraries are reported again. This feature had been
broken since the introduction of delayed errors and warnings.
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-shlibs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-shlibs.mk b/mk/check/check-shlibs.mk
index c42cc302160..93a046dd397 100644
--- a/mk/check/check-shlibs.mk
+++ b/mk/check/check-shlibs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-shlibs.mk,v 1.3 2006/06/23 12:55:15 jlam Exp $
+# $NetBSD: check-shlibs.mk,v 1.4 2006/09/14 22:00:49 rillig Exp $
# For PKG_DEVELOPERs, cause some checks to be run automatically by default.
.if defined(PKG_DEVELOPER)
@@ -38,7 +38,7 @@ check-shlibs: error-check
${TEST} -z "$$err" || ${ECHO} "$$file: $$err"; \
done
${_PKG_SILENT}${_PKG_DEBUG} \
- exec 1>${ERROR_DIR}/${.TARGET}; \
+ exec 1>>${ERROR_DIR}/${.TARGET}; \
if ${_NONZERO_FILESIZE_P} ${ERROR_DIR}/${.TARGET}; then \
${ECHO} "*** The above programs/libs will not find the listed shared libraries"; \
${ECHO} " at runtime. Please fix the package (add -Wl,-R.../lib in the right"; \