diff options
author | Derick Rethans <derick@php.net> | 2002-03-04 10:45:30 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-03-04 10:45:30 +0000 |
commit | ea2a3bddb8a75552836598296a0140b9175ae018 (patch) | |
tree | 463a07f20fbe9fbcc9dde571acfae0fc1a116bcc /makerpm | |
parent | 8188c50c2896f1f4adaac8571a54743cd4f2cf53 (diff) | |
download | php-git-ea2a3bddb8a75552836598296a0140b9175ae018.tar.gz |
- Fix a path and remove --with-imap
Diffstat (limited to 'makerpm')
-rw-r--r-- | makerpm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 <agl@bitbike.com> +- Fix path and remove --with-imap due to conflicts with kerberos. + * Fri Jun 29 2001 Jani Taskinen <sniper@iki.fi> - Removed some useless configure options. Made the tar names correct. |