From ea2a3bddb8a75552836598296a0140b9175ae018 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 4 Mar 2002 10:45:30 +0000 Subject: [PATCH] - Fix a path and remove --with-imap --- makerpm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/makerpm b/makerpm index a6fcf636a15..5c893c488d6 100644 --- a/makerpm +++ b/makerpm @@ -63,7 +63,6 @@ sh ./configure --prefix=/usr \ --enable-safe-mode \ --with-exec-dir=/usr/bin \ --with-mysql=/usr \ - --with-imap=/usr \ --with-pdflib=/usr \ --with-zlib=/usr \ --enable-xml \ @@ -81,7 +80,6 @@ sh ./configure --prefix=/usr \ --enable-safe-mode \ --with-exec-dir=/usr/bin \ --with-mysql=/usr \ - --with-imap=/usr \ --with-pdflib=/usr \ --with-zlib=/usr \ --enable-xml \ @@ -95,7 +93,7 @@ mv php.keepme php %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/lib/apache -install -m 755 libphp4.so $RPM_BUILD_ROOT/usr/lib/apache +install -m 755 .libs/libphp4.so $RPM_BUILD_ROOT/usr/lib/apache mkdir -p $RPM_BUILD_ROOT/usr/bin install -m 755 php $RPM_BUILD_ROOT/usr/bin @@ -103,6 +101,9 @@ install -m 755 php $RPM_BUILD_ROOT/usr/bin rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 04 2002 Arjen Lentz +- Fix path and remove --with-imap due to conflicts with kerberos. + * Fri Jun 29 2001 Jani Taskinen - Removed some useless configure options. Made the tar names correct.