|
|
|
@ -58,7 +58,8 @@ The %{name}-doc package contains documentation files for %{name}
|
|
|
|
|
touch -r aclocal.m4 configure configure.in
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --disable-werror --with-sharedptr=c++11 CXXFLAGS="$CXXFLAGS -std=c++11"
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror \
|
|
|
|
|
--with-sharedptr=c++11 CXXFLAGS="$CXXFLAGS -std=c++11"
|
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|