packages: ossp-uuid/ossp-uuid.spec, ossp-uuid/uuid-ossp-prefix.patch - fixe...
sparky
sparky at pld-linux.org
Sat Jan 22 15:25:59 CET 2011
Author: sparky Date: Sat Jan 22 14:25:59 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed php extension linking
---- Files affected:
packages/ossp-uuid:
ossp-uuid.spec (1.21 -> 1.22) , uuid-ossp-prefix.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/ossp-uuid/ossp-uuid.spec
diff -u packages/ossp-uuid/ossp-uuid.spec:1.21 packages/ossp-uuid/ossp-uuid.spec:1.22
--- packages/ossp-uuid/ossp-uuid.spec:1.21 Sat Dec 11 22:40:14 2010
+++ packages/ossp-uuid/ossp-uuid.spec Sat Jan 22 15:25:54 2011
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-# TODO
-# - fix bindings compilation (when library is not installed)
#
# Conditional build:
%bcond_without php # don't build PHP binding
@@ -294,6 +292,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2011/01/22 14:25:54 sparky
+- fixed php extension linking
+
Revision 1.21 2010/12/11 21:40:14 arekm
- release 9
================================================================
Index: packages/ossp-uuid/uuid-ossp-prefix.patch
diff -u packages/ossp-uuid/uuid-ossp-prefix.patch:1.1 packages/ossp-uuid/uuid-ossp-prefix.patch:1.2
--- packages/ossp-uuid/uuid-ossp-prefix.patch:1.1 Tue Jun 10 22:06:15 2008
+++ packages/ossp-uuid/uuid-ossp-prefix.patch Sat Jan 22 15:25:54 2011
@@ -172,7 +172,8 @@
@@ -34,7 +34,7 @@ if test "$PHP_UUID" != "no"; then
PHP_NEW_EXTENSION(uuid, uuid.c, $ext_shared)
AC_DEFINE(HAVE_UUID, 1, [Have OSSP uuid library])
- PHP_ADD_LIBPATH([..], )
+- PHP_ADD_LIBPATH([..], )
++ PHP_ADD_LIBPATH([../.libs], )
- PHP_ADD_LIBRARY([uuid],, UUID_SHARED_LIBADD)
+ PHP_ADD_LIBRARY([ossp-uuid],, UUID_SHARED_LIBADD)
PHP_ADD_INCLUDE([..])
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ossp-uuid/ossp-uuid.spec?r1=1.21&r2=1.22&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ossp-uuid/uuid-ossp-prefix.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list