Skip to content

Commit

Permalink
autoconf stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
djzort committed Aug 17, 2012
1 parent 13973d1 commit 954f4a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod_psgi.spec
Expand Up @@ -16,6 +16,7 @@ Source0: https://github.com/spiritloose/mod_psgi/downloads/%{name}-%{vers
Source1: psgi.conf Source1: psgi.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


BuildRequires: autoconf
BuildRequires: httpd-devel BuildRequires: httpd-devel
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: httpd-mmn = %{_httpd_mmn} Requires: httpd-mmn = %{_httpd_mmn}
Expand All @@ -32,6 +33,7 @@ existing PSGI adapters for mod_perl or CGI.
%setup -q %setup -q


%build %build
autoconf
%configure --enable-shared --with-apxs=%{_httpd_apxs} %configure --enable-shared --with-apxs=%{_httpd_apxs}
make LDFLAGS="-L%{_libdir}" %{?_smp_mflags} make LDFLAGS="-L%{_libdir}" %{?_smp_mflags}


Expand Down

0 comments on commit 954f4a6

Please sign in to comment.