]> git.pld-linux.org Git - packages/ossp-uuid.git/commitdiff
- fixed php extension linking
authorsparky <sparky@pld-linux.org>
Sat, 22 Jan 2011 14:25:54 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ossp-uuid.spec -> 1.22
    uuid-ossp-prefix.patch -> 1.2

ossp-uuid.spec
uuid-ossp-prefix.patch

index ee7580af8f6a2a2ed31017b9b130954d15536e79..6a3e4447ad317b9257249b4248b2806b3c4258be 100644 (file)
@@ -1,5 +1,3 @@
-# TODO
-# - fix bindings compilation (when library is not installed)
 #
 # Conditional build:
 %bcond_without php             # don't build PHP binding
index c0c7d5750ea1d6fb5041ec0db2e9516974ad9138..f28b932e123d3f7af0512c4050a2f67601a846e5 100644 (file)
@@ -172,7 +172,8 @@ diff -up uuid-1.6.1/php/config.m4.BAD uuid-1.6.1/php/config.m4
 @@ -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([..])
This page took 0.080539 seconds and 4 git commands to generate.