Projects
openEuler:Mainline
gsm
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
_service:tar_scm:gsm.spec
Changed
@@ -1,6 +1,6 @@ Name: gsm Version: 1.0.18 -Release: 5 +Release: 6 Summary: GSM speech compressor Shared libraries and Utilities License: MIT URL: http://www.quut.com/gsm/ @@ -9,6 +9,7 @@ # below patches are from redhat. Patch0: gsm-makefile.patch Patch1: gsm-warnings.patch +Patch2: support-specify-cc.patch Provides: gsm-tool Obsoletes: gsm-tool @@ -74,6 +75,9 @@ %{_mandir}/man*/* %changelog +* Fri Apr 14 2023 jammyjellyfish <jammyjellyfish255@outlook.com> - 1.0.18-6 +- Support specify CC + * Fri Jun 4 2021 wangkerong <wangkerong@huawei.com> 1.0.18-5 - Add a BuildRequires for gcc
View file
_service:tar_scm:support-specify-cc.patch
Added
@@ -0,0 +1,13 @@ +diff -up gsm-1.0-pl18/Makefile.orig gsm-1.0-pl18/Makefile +--- gsm-1.0-pl18/Makefile.orig 2023-04-14 22:20:16.910186912 +0800 ++++ gsm-1.0-pl18/Makefile 2023-04-14 22:25:09.582803780 +0800 +@@ -43,7 +43,8 @@ WAV49 = -DWAV49 + # CC = /usr/lang/acc + # CCFLAGS = -c -O + +-CC = gcc -ansi -pedantic ++CC ?= gcc ++CC := $(CC) -ansi -pedantic + CCFLAGS = -c $(RPM_OPT_FLAGS) -DNeedFunctionPrototypes=1 -Wall -Wno-comment -D_XOPEN_SOURCE=700 -D_REENTRANT -fPIC + + LD = $(CC)
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="scm">git</param> <param name="url">git@gitee.com:src-openeuler/gsm.git</param> - <param name="revision">744583164335e28323a258a0fc114f825ff36acb</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
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
.
浙ICP备2022010568号-2