SPECS: libstrlcpy.spec - -fPIC for shared library
glen
glen at pld-linux.org
Thu Oct 6 13:34:50 CEST 2005
Author: glen Date: Thu Oct 6 11:34:50 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- -fPIC for shared library
---- Files affected:
SPECS:
libstrlcpy.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/libstrlcpy.spec
diff -u SPECS/libstrlcpy.spec:1.8 SPECS/libstrlcpy.spec:1.9
--- SPECS/libstrlcpy.spec:1.8 Thu Oct 6 12:06:51 2005
+++ SPECS/libstrlcpy.spec Thu Oct 6 13:34:44 2005
@@ -47,7 +47,7 @@
%build
%{__cc} %{rpmcflags} -c strlcpy.c
%{__cc} %{rpmcflags} -c strlcat.c
-%{__cc} %{rpmldflags} -Wl,-soname,%{soname} -shared strlcpy.o strlcat.o -o %{soname}
+%{__cc} %{rpmldflags} -Wl,-soname,%{soname} -fPIC -shared strlcpy.o strlcat.o -o %{soname}
%install
rm -rf $RPM_BUILD_ROOT
@@ -78,6 +78,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2005/10/06 11:34:44 glen
+- -fPIC for shared library
+
Revision 1.8 2005/10/06 10:06:51 glen
- rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libstrlcpy.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list