diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
commit | f6fc8a8a9e14e367650817be6027f926692af42a (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /devel/mit-pthreads | |
parent | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff) | |
download | pkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.tar.gz |
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index cc6998347a0..1053910be02 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/01/08 16:22:15 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/02/02 08:59:50 hubertf Exp $ @exec if [ ! -d %d/pthreads ]; then mkdir -p %D/pthreads; fi pthreads/bin/pgcc pthreads/bin/pg++ @@ -6,8 +6,8 @@ pthreads/lib/libpthread.a pthreads/lib/libpthread_p.a pthreads/lib/libpthread_pic.a pthreads/lib/libpthread.so.1.60 -@exec ldconfig -m %B || true -@unexec ldconfig -m %B || true +@exec ldconfig || true +@unexec ldconfig || true pthreads/include/Makefile.inc pthreads/include/dirent.h pthreads/include/endian.h |