summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2004-07-12 23:13:23 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2004-07-12 23:13:23 +0000
commit5c83fb3dac9a855cf426c5ccb4c5dc8185d780ba (patch)
tree91b8bbb195a126420ccc0371a0056716f79d6c9b
parent595089f63892c4f06aa0a222997863d11c1c75d4 (diff)
downloadnss-hg-5c83fb3dac9a855cf426c5ccb4c5dc8185d780ba.tar.gz
5073067: sun-nss-3.3.10-1.i386.rpm has bad dependency on libsoftokn3.so
-rw-r--r--security/nss/pkg/linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/pkg/linux/Makefile b/security/nss/pkg/linux/Makefile
index 8ee2f990e..4ea2095b1 100644
--- a/security/nss/pkg/linux/Makefile
+++ b/security/nss/pkg/linux/Makefile
@@ -55,7 +55,8 @@ publish:
find opt -type f ! \( -name "*.so" -o -name "*.chk" \) \
| sed -e "s-^-/-" >>temp.spec
cp $(NAME)-$(VERSION).tar.gz SOURCES
- rpm -ba temp.spec
+ (export LD_LIBRARY_PATH=$(CORE_DEPTH)/../dist/$(OBJDIR)/lib;
+ rpm -ba temp.spec)
clean::
rm -rf SOURCES SRPMS RPMS BUILD