Fix configure line.

This commit is contained in:
Devrim GÜNDÜZ 2009-03-23 00:20:18 +00:00
commit 44c5231ce6

View file

@ -47,7 +47,7 @@ Development headers and libraries for pgpool-II.
%patch1 -p0
%build
%configure --with-pgsql-includedir=%{_includedir}/pgsql --with-pgsql-lib=%{_libdir}/pgsql --disable-static --with-pam --disable-rpath
%configure --with-pgsql-includedir=%{_includedir}/pgsql --with-pgsql-lib=%{_libdir}/pgsql --disable-static --with-pam --disable-rpath --sysconfdir=%{_sysconfdir}/%{name}/
make %{?_smp_flags}