Skip to content

Commit

Permalink
Merge branch 'branches/rudder/2.11' into branches/rudder/3.0
Browse files Browse the repository at this point in the history
Conflicts:
	rudder-inventory-ldap/SOURCES/.dependencies
	rudder-inventory-ldap/SPECS/rudder-inventory-ldap.spec
  • Loading branch information
Matthieu CERDA committed Feb 9, 2015
2 parents 05c0850 + b81db54 commit 20276d5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
10 changes: 5 additions & 5 deletions rudder-inventory-ldap/SOURCES/.dependencies
@@ -1,5 +1,5 @@
SLES11:gcc cyrus-sasl-devel libopenssl-devel
SLES10:gcc cyrus-sasl-devel openssl-devel
RHEL5:gcc cyrus-sasl-devel openssl-devel libtool-ltdl-devel
RHEL6:gcc cyrus-sasl-devel openssl-devel libtool-ltdl-devel
RHEL7:gcc cyrus-sasl-devel openssl-devel libtool-ltdl-devel
SLES11:gcc libopenssl-devel
SLES10:gcc openssl-devel
RHEL5:gcc openssl-devel libtool-ltdl-devel
RHEL6:gcc openssl-devel libtool-ltdl-devel
RHEL7:gcc openssl-devel libtool-ltdl-devel
8 changes: 3 additions & 5 deletions rudder-inventory-ldap/SPECS/rudder-inventory-ldap.spec
Expand Up @@ -34,8 +34,6 @@
%define ruddervardir /var/rudder
%define rudderlogdir /var/log/rudder

%define openldap_release 2.4.23

%if 0%{?sles_version}
%define syslogservicename syslog
%endif
Expand Down Expand Up @@ -77,8 +75,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#Generic requirements

BuildRequires: gcc cyrus-sasl-devel
Requires: rsyslog cyrus-sasl openssl
BuildRequires: gcc
Requires: rsyslog openssl

#Specific requirements

Expand Down Expand Up @@ -144,7 +142,7 @@ export LD_LIBRARY_PATH="/opt/rudder/lib"
export CPPFLAGS="-I/opt/rudder/include"
export LDFLAGS="-L/opt/rudder/lib"

./configure --build=%{_target} --prefix=%{rudderdir} --libdir=%{rudderdir}/lib/ldap --enable-dynamic --enable-debug --enable-modules --enable-hdb=mod --enable-monitor=mod --enable-dynlist=mod --with-cyrus-sasl
./configure --build=%{_target} --prefix=%{rudderdir} --libdir=%{rudderdir}/lib/ldap --enable-dynamic --enable-debug --enable-modules --enable-hdb=mod --enable-monitor=mod --enable-dynlist=mod

make %{?_smp_mflags} depend
make %{?_smp_mflags}
Expand Down
2 changes: 1 addition & 1 deletion rudder-inventory-ldap/debian/control
Expand Up @@ -2,7 +2,7 @@ Source: rudder-inventory-ldap
Section: net
Priority: extra
Maintainer: Rudder packaging team <rudder-packaging@rudder-project.org>
Build-Depends: debhelper (>= 7), libltdl3-dev, libssl-dev, libsasl2-dev
Build-Depends: debhelper (>= 7), libltdl3-dev, libssl-dev
Standards-Version: 3.8.0
Homepage: http://www.rudder-project.org

Expand Down
2 changes: 1 addition & 1 deletion rudder-inventory-ldap/debian/rules
Expand Up @@ -19,7 +19,7 @@ configure-stamp:
CPPFLAGS="-I$(CURDIR)/debian/tmp/opt/rudder/include" \
CFLAGS="-I$(CURDIR)/debian/tmp/opt/rudder/include" \
LDFLAGS="-L$(CURDIR)/debian/tmp/opt/rudder/lib" \
./configure --prefix=/opt/rudder --libdir=/opt/rudder/lib/ldap --enable-dynamic --enable-debug --enable-modules --enable-hdb=mod --enable-monitor=mod --enable-dynlist=mod --with-cyrus-sasl
./configure --prefix=/opt/rudder --libdir=/opt/rudder/lib/ldap --enable-dynamic --enable-debug --enable-modules --enable-hdb=mod --enable-monitor=mod --enable-dynlist=mod

touch configure-stamp

Expand Down

0 comments on commit 20276d5

Please sign in to comment.