- fix parallel make
This commit is contained in:
parent
7f1e4e8884
commit
4b4f42993a
@ -1,6 +1,5 @@
|
|||||||
diff -ur gsm-1.0-pl10/Makefile gsm-1.0-pl10.patched/Makefile
|
--- gsm-1.0-pl12/Makefile.mk 2006-04-26 21:14:26.000000000 +0200
|
||||||
--- gsm-1.0-pl10/Makefile 1996-07-02 16:36:06.000000000 +0200
|
+++ gsm-1.0-pl12/Makefile 2007-05-13 13:03:32.000000000 +0200
|
||||||
+++ gsm-1.0-pl10.patched/Makefile 2003-07-05 23:27:23.000000000 +0200
|
|
||||||
@@ -30,6 +30,10 @@
|
@@ -30,6 +30,10 @@
|
||||||
######### define this, and read about the GSM_OPT_WAV49 option in the
|
######### define this, and read about the GSM_OPT_WAV49 option in the
|
||||||
######### manual page on gsm_option(3).
|
######### manual page on gsm_option(3).
|
||||||
@ -97,8 +96,9 @@ diff -ur gsm-1.0-pl10/Makefile gsm-1.0-pl10.patched/Makefile
|
|||||||
-
|
-
|
||||||
# Toast, Untoast and Tcat -- the compress-like frontends to gsm.
|
# Toast, Untoast and Tcat -- the compress-like frontends to gsm.
|
||||||
|
|
||||||
$(TOAST): $(BIN) $(TOAST_OBJECTS) $(LIBGSM)
|
-$(TOAST): $(BIN) $(TOAST_OBJECTS) $(LIBGSM)
|
||||||
- $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
|
- $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
|
||||||
|
+$(TOAST): $(BIN) $(TOAST_OBJECTS) $(LIBGSM) $(LIBGSMSO)
|
||||||
+ $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSMSO) $(LDLIB)
|
+ $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSMSO) $(LDLIB)
|
||||||
|
|
||||||
$(UNTOAST): $(BIN) $(TOAST)
|
$(UNTOAST): $(BIN) $(TOAST)
|
||||||
|
5
gsm.spec
5
gsm.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gsm
|
Name: gsm
|
||||||
Version: 1.0.12
|
Version: 1.0.12
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Shared libraries for GSM speech compressor
|
Summary: Shared libraries for GSM speech compressor
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 13 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 1.0.12-3
|
||||||
|
- fix parallel make
|
||||||
|
|
||||||
* Fri May 11 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 1.0.12-2
|
* Fri May 11 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 1.0.12-2
|
||||||
- fix some warnings
|
- fix some warnings
|
||||||
- fix 64bit testsuite issue as described at gsm homepage
|
- fix 64bit testsuite issue as described at gsm homepage
|
||||||
|
Loading…
Reference in New Issue
Block a user