Accepting request 209941 from devel:gcc

- Allow librpm3 to be used

OBS-URL: https://build.opensuse.org/request/show/209941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdb?expand=0&rev=96
This commit is contained in:
Stephan Kulow 2013-12-10 08:07:44 +00:00 committed by Git OBS Bridge
commit 4e628c09fa
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 15 12:08:19 UTC 2013 - rguenther@suse.com
- Allow librpm3 to be used
-------------------------------------------------------------------
Thu Sep 12 16:04:25 UTC 2013 - schwab@suse.de

View File

@ -458,6 +458,9 @@ fi
if test -f /usr/%{_lib}/librpm.so.2; then
export LIBRPM=librpm.so.2
fi
if test -f /usr/%{_lib}/librpm.so.3; then
export LIBRPM=librpm.so.3
fi
%ifarch %ix86 ia64 ppc ppc64 s390 s390x x86_64
%define build_multitarget 1
%else