SPECS: libdumbtts.spec - -fPIC for x86_64, killed todo
darekr
darekr at pld-linux.org
Wed Apr 16 23:42:42 CEST 2008
Author: darekr Date: Wed Apr 16 21:42:42 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- -fPIC for x86_64, killed todo
---- Files affected:
SPECS:
libdumbtts.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/libdumbtts.spec
diff -u SPECS/libdumbtts.spec:1.6 SPECS/libdumbtts.spec:1.7
--- SPECS/libdumbtts.spec:1.6 Wed Apr 16 21:10:57 2008
+++ SPECS/libdumbtts.spec Wed Apr 16 23:42:36 2008
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-# TODO:
-# - doesn't build on x86_64
Summary: Helper library for dumb speech synthesizers
Summary(pl.UTF-8): Biblioteka pomocnicza dla głupich syntezatorów mowy
Name: libdumbtts
@@ -44,7 +42,7 @@
%build
%{__make} -C src \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags}"\
+ CFLAGS="%{rpmcflags} -fPIC" \
LDFLAGS="%{rpmldflags}"
%install
@@ -85,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2008-04-16 21:42:36 darekr
+- -fPIC for x86_64, killed todo
+
Revision 1.6 2008-04-16 19:10:57 arvenil
- added %ghost
- added more docs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdumbtts.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list