Projects
home:gber:branches:Games
mame
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
mame.spec
Changed
@@ -13,6 +13,7 @@ # published by the Open Source Initiative. %define upstream_version %(printf '%%ss\\n' '%version' | tr -d . ) +%define ld_gold /usr/bin/gold Name: mame Version: 0.151 @@ -22,6 +23,7 @@ License: MAME-License and BSD-3-Clause Url: http://mamedev.org/ BuildRequires: gcc-c++ +BuildRequires: binutils-gold BuildRequires: unzip BuildRequires: dos2unix BuildRequires: flac-devel @@ -117,7 +119,7 @@ NOWERROR=1 \ AR="%{__ar}" \ CC="%{__cc}" \ - LD="%{__cxx}" \ + LD="%{ld_gold}" \ RM="%{__rm} -f" \ OPT_FLAGS="%{optflags} -fno-strict-aliasing -DINI_PATH='\"%{_sysconfdir}/mame;\"'" \ FULLNAME="mame" \ @@ -144,7 +146,7 @@ NOWERROR=1 \ AR="%{__ar}" \ CC="%{__cc}" \ - LD="%{__cxx}" \ + LD="%{ld_gold}" \ RM="%{__rm} -f" \ OPT_FLAGS="%{optflags} -fno-strict-aliasing -DINI_PATH='\"%{_sysconfdir}/mess;\"'" \ FULLNAME="mess" \
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.