summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-12-08 01:14:17 +0000
committerRich Megginson <rmeggins@redhat.com>2005-12-08 01:14:17 +0000
commit2d37bc8d5a7d43e5546c75bd6e96e5dbe9f07a44 (patch)
treeca24a52a0c76c32104ca32cc14da41fa2ba5d740
parentd070ed45f6614fb7fdd8b2955d45cb28767addff (diff)
downloadds-2d37bc8d5a7d43e5546c75bd6e96e5dbe9f07a44.tar.gz
ds-2d37bc8d5a7d43e5546c75bd6e96e5dbe9f07a44.tar.xz
ds-2d37bc8d5a7d43e5546c75bd6e96e5dbe9f07a44.zip
add the console-ld-libpath.patch for bug 174981
-rw-r--r--ldapserver.spec.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ldapserver.spec.tmpl b/ldapserver.spec.tmpl
index 3ab788d1..04c96450 100644
--- a/ldapserver.spec.tmpl
+++ b/ldapserver.spec.tmpl
@@ -131,6 +131,10 @@ if [ "$1" -ge 1 ] ; then
if [ -f $RPM_INSTALL_PREFIX/setup/adminserver-start-admin.patch ] ; then
patch -d $RPM_INSTALL_PREFIX -p0 < $RPM_INSTALL_PREFIX/setup/adminserver-start-admin.patch
fi
+# patch file to fix startconsole ld libpath
+ if [ -f $RPM_INSTALL_PREFIX/setup/console-ld-libpath.patch ] ; then
+ patch -d $RPM_INSTALL_PREFIX -p0 < $RPM_INSTALL_PREFIX/setup/console-ld-libpath.patch
+ fi
# fix up file permissions
testfile=$RPM_INSTALL_PREFIX/admin-serv/config/nss.conf
if [ ! -f $testfile ] ; then