Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
snort
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
snort.spec
@@ -110,7 +110,7 @@ Packager: Official Snort.org %{for_distro} Vendor: %{vendor} -BuildRequires: autoconf, automake, pcre-devel, libpcap-devel +BuildRequires: autoconf, automake, pcre-devel, libpcap-devel flex Conflicts: %{conflicts} %if %{flexresp} @@ -238,6 +238,8 @@ if [ "$1" = "mysql" ]; then ./configure $SNORT_BASE_CONFIG \ --with-mysql \ + --with-mysql-includes=%{_includedir}/mysql \ + --with-mysql-libraries=%{_libdir}/mysql \ --without-postgresql \ --without-oracle \ --without-odbc \ @@ -249,6 +251,8 @@ ./configure $SNORT_BASE_CONFIG \ --without-mysql \ --with-postgresql \ + --with-postgresql-includes=%{_includedir}/pgsql \ + --with-postgresql-libraries=%{_libdir}/pgsql \ --without-odbc \ --without-oracle \ %{?EnableFlexresp} %{?EnableFlexresp2} \