~ubuntu-branches/ubuntu/utopic/resiprocate/utopic

« back to all changes in this revision

Viewing changes to resiprocate.spec.in

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-05-31 12:51:05 UTC
  • mfrom: (18.1.30 sid)
  • Revision ID: package-import@ubuntu.com-20140531125105-1u406ivu7ud3a5ls
Tags: 1.9.7-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
Requires(preun): systemd
36
36
Requires(postun): systemd
37
37
%endif
 
38
Obsoletes: resiprocate-b2bua
38
39
 
39
40
%description
40
41
The reSIProcate components, particularly the SIP stack, are in use in both
131
132
%endif
132
133
PYCONFIG=/usr/bin/python${PYVERSION}-config
133
134
export LDFLAGS="${LDFLAGS} -L%{_libdir}/mysql -L%{_libdir}/libdb4"
134
 
CXXFLAGS="%{optflags} -I%{_includedir}/libdb4" %configure --with-c-ares --with-ssl --with-mysql --with-radius --with-repro --enable-repro-plugins --with-apps --enable-ipv6 --enable-dtls --with-python DEPS_PYTHON_CFLAGS="`${PYCONFIG} --cflags`" DEPS_PYTHON_LIBS="`${PYCONFIG} --ldflags`" PYCXX_SRCDIR=/usr/src/CXX/Python2
 
135
CXXFLAGS="%{optflags} -I%{_includedir}/libdb4 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS" %configure --with-c-ares --with-ssl --with-mysql --with-radius --with-repro --enable-repro-plugins --with-apps --enable-ipv6 --enable-dtls --with-python DEPS_PYTHON_CFLAGS="`${PYCONFIG} --cflags`" DEPS_PYTHON_LIBS="`${PYCONFIG} --ldflags`" PYCXX_SRCDIR=/usr/src/CXX/Python2
135
136
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
136
137
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
137
138
make %{?_smp_mflags}