Fix multiple definition of `event_node_list' (#1794446)

This commit is contained in:
Steve Grubb 2020-01-29 13:58:53 -05:00
parent bb170b347c
commit 44cc91866e

View File

@ -7,6 +7,7 @@ License: GPLv2+
URL: http://people.redhat.com/sgrubb/audit/
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}-alpha9.tar.gz
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
Patch1: audit-3.0-no-common.patch
BuildRequires: gcc swig
BuildRequires: openldap-devel
@ -82,6 +83,7 @@ Management Facility) database, through an IBM Tivoli Directory Server
%prep
%setup -q
cp %{SOURCE1} .
%patch1 -p1
%build
%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=no \