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:
commit
4e628c09fa
@ -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
|
Thu Sep 12 16:04:25 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
3
gdb.spec
3
gdb.spec
@ -458,6 +458,9 @@ fi
|
|||||||
if test -f /usr/%{_lib}/librpm.so.2; then
|
if test -f /usr/%{_lib}/librpm.so.2; then
|
||||||
export LIBRPM=librpm.so.2
|
export LIBRPM=librpm.so.2
|
||||||
fi
|
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
|
%ifarch %ix86 ia64 ppc ppc64 s390 s390x x86_64
|
||||||
%define build_multitarget 1
|
%define build_multitarget 1
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user