diff options
-rw-r--r-- | packaging/re2.changes | 3 | ||||
-rw-r--r-- | packaging/re2.spec | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packaging/re2.changes b/packaging/re2.changes index 598b924..bcf569f 100644 --- a/packaging/re2.changes +++ b/packaging/re2.changes @@ -1,3 +1,6 @@ +* Tue Jul 23 2013 Patrick Ohly <patrick.ohly@intel.com> +- fix build when debug packages are enabled + * Tue Jul 09 2013 Patrick Ohly <patrick.ohly@intel.com> - initial packaging of version 20130115 - Imported Upstream version 20130115 diff --git a/packaging/re2.spec b/packaging/re2.spec index 64988cf..707bbd8 100644 --- a/packaging/re2.spec +++ b/packaging/re2.spec @@ -62,6 +62,7 @@ Python. It is a C++ library. %build make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -Wall -pthread" libdir=%{_libdir} prefix=%{_prefix} +%install make DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir} prefix=%{_prefix} install rm $RPM_BUILD_ROOT%{_libdir}/libre2.a |