SPECS: mysql-udf-memcached.spec - more, use PIC

qboosh qboosh at pld-linux.org
Wed Jul 20 12:18:57 CEST 2005


Author: qboosh                       Date: Wed Jul 20 10:18:57 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more, use PIC

---- Files affected:
SPECS:
   mysql-udf-memcached.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/mysql-udf-memcached.spec
diff -u SPECS/mysql-udf-memcached.spec:1.4 SPECS/mysql-udf-memcached.spec:1.5
--- SPECS/mysql-udf-memcached.spec:1.4	Wed Jul 20 12:13:39 2005
+++ SPECS/mysql-udf-memcached.spec	Wed Jul 20 12:18:51 2005
@@ -6,7 +6,7 @@
 #   %{_libdir}/mysql would be more appropriate (but then need to
 #   insert .so with full path? patch mysqld?)
 Summary:	Memcached UDF for MySQL
-Summary(pl):	Memcached UDF dla MySQLa
+Summary(pl):	Memcached UDF dla MySQL-a
 Name:		mysql-udf-memcached
 Version:	0
 Release:	0.2
@@ -36,7 +36,7 @@
 cp %{SOURCE1} .
 
 %build
-%{__cc} %{rpmcflags} -DDBUG_OFF -shared -o udf_memcache.so udf_memcache.c \
+%{__cc} %{rpmcflags} -fPIC -DDBUG_OFF -shared -o udf_memcache.so udf_memcache.c \
 	-lmemcache $(mysql_config --cflags)
 
 %install
@@ -58,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/07/20 10:18:51  qboosh
+- more, use PIC
+
 Revision 1.4  2005/07/20 10:13:39  darekr
 - MySQLowy -> MySQL-owy
 
@@ -69,4 +72,3 @@
 
 Revision 1.1  2005/07/19 21:44:39  glen
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysql-udf-memcached.spec?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list