SPECS: flex.spec - force -fPIC (for static lib) to able to use lib...

pluto pluto at pld-linux.org
Sun May 14 21:24:35 CEST 2006


Author: pluto                        Date: Sun May 14 19:24:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force -fPIC (for static lib) to able to use libfl.a in sahred objects.
- release 2.

---- Files affected:
SPECS:
   flex.spec (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: SPECS/flex.spec
diff -u SPECS/flex.spec:1.71 SPECS/flex.spec:1.72
--- SPECS/flex.spec:1.71	Thu Mar 16 21:06:01 2006
+++ SPECS/flex.spec	Sun May 14 21:24:30 2006
@@ -10,7 +10,7 @@
 Summary(uk):	ű×ÉÄËÉĘ ÇĹÎĹŇÁÔĎŇ ĚĹËÓÉŢÎÉČ ÁÎÁĚŚÚÁÔĎŇŚ× GNU
 Name:		flex
 Version:	2.5.33
-Release:	1
+Release:	2
 License:	BSD-like
 Group:		Development/Tools
 Source0:	http://dl.sourceforge.net/flex/%{name}-%{version}.tar.bz2
@@ -34,6 +34,10 @@
 BuildRequires:	util-linux
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		specflags_amd64		-fPIC
+%define		specflags_ia32e		-fPIC
+%define		specflags_x86_64	-fPIC
+
 %description
 This is the GNU fast lexical analyzer generator. It generates lexical
 tokenizing code based on a lexical (regular expression based)
@@ -189,6 +193,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72  2006/05/14 19:24:30  pluto
+- force -fPIC (for static lib) to able to use libfl.a in sahred objects.
+- release 2.
+
 Revision 1.71  2006/03/16 20:06:01  glen
 - looks like CVE-2006-0459 is included in 2.5.33
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/flex.spec?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list