summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-27 15:57:43 +0000
committertron <tron@pkgsrc.org>2000-11-27 15:57:43 +0000
commit8e7d4f77b2ff7e3800c23e66cc5a1d71e1c45299 (patch)
tree024faebaa6aae21a285e8dfd00cde9417deb1aae /mk
parent04faa5c9304d38a27dd56db06f86cbfac985bcd1 (diff)
downloadpkgsrc-8e7d4f77b2ff7e3800c23e66cc5a1d71e1c45299.tar.gz
Don't remove package list entries ending on ".so" on ELF systems any more.
With "libtool-1.3.5nb9" or newer shared objects are named like that.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 02e71c5418a..841b6798411 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.618 2000/11/26 21:12:54 mycroft Exp $
+# $NetBSD: bsd.pkg.mk,v 1.619 2000/11/27 15:57:43 tron Exp $
#
# This file is in the public domain.
#
@@ -1786,7 +1786,6 @@ root-install:
next; \
} \
/.*\/lib[^\/]+\.so\.[0-9]+$$/ { next; } \
- /.*\/lib[^\/]+\.so$$/ { next; } \
{ print; }' < ${PLIST} > ${PLIST}.tmp && ${MV} ${PLIST}.tmp ${PLIST}; \
;; \
"a.out") \
@@ -3017,7 +3016,6 @@ print-PLIST:
case "$$shlib_type" in \
"ELF") \
RMELFLIBS='-e /.*\/lib[^\/]*\.so\.[0-9]*$$/d \
- -e /.*\/lib[^\/]*\.so$$/d' ; \
esac ; \
${FIND} ${PREFIX}/. -newer ${EXTRACT_COOKIE} \! -type d \
| ${SED} \