]> git.pld-linux.org Git - packages/apache.git/commitdiff
- db patch
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 27 Oct 2002 14:50:22 +0000 (14:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- make install no work... /me fix

Changed files:
    apache.spec -> 1.209

apache.spec

index e6d2e667de558c6cd581e5f2fc6c05a65424a241..a447b14617a4bf5b17656aef97254e65f3468a31 100644 (file)
@@ -46,10 +46,11 @@ Patch0:             %{name}-apxs.patch
 Patch1:                %{name}-configdir_skip_backups.patch
 Patch2:                %{name}-layout.patch
 Patch3:                %{name}-suexec.patch
+Patch4:                %{name}-db.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6f}
 %{!?_without_ssl:BuildRequires:        openssl-tools}
-BuildRequires: db4-devel
+BuildRequires: db-devel
 BuildRequires: zlib-devel
 BuildRequires: expat-devel
 BuildRequires: perl-devel >= 5.004
@@ -576,6 +577,7 @@ Statyczne biblioteki APR.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure \
@@ -638,7 +640,7 @@ install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig}
 install -d $RPM_BUILD_ROOT%{_var}/log/{httpd,archiv/httpd}
 install -d $RPM_BUILD_ROOT%{_var}/{run,cache}/apache
 
-%{makeinstall} \
+%{__make} install DESTDIR=$RPM_BUILD_ROOT \
        prefix=%{_sysconfdir}/httpd \
        bindir=$RPM_BUILD_ROOT%{_bindir} \
        sbindir=$RPM_BUILD_ROOT%{_sbindir} \
This page took 0.051968 seconds and 4 git commands to generate.