php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58094 Incomplete PHP_SVN_LDFLAGS
Submitted: 2008-03-09 17:54 UTC Modified: 2008-03-28 11:24 UTC
From: yselkowitz at users dot sourceforge dot net Assigned:
Status: Duplicate Package: svn (PECL)
PHP Version: Irrelevant OS: Cygwin
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: yselkowitz at users dot sourceforge dot net
New email:
PHP Version: OS:

 

 [2008-03-09 17:54 UTC] yselkowitz at users dot sourceforge dot net
Description:
------------
The svn extension requires several libsvn_* libraries in order to have all symbols resolved at link time.  Patch below.

Reproduce code:
---------------
--- config.m4.orig   2008-02-09 08:39:10.000000000 -0600
+++ config.m4   2008-02-09 22:57:20.859375000 -0600
@@ -21,7 +21,7 @@
            if test -d $i/lib64 ; then
            PHP_SVN_LDFLAGS="-L$i/lib64"
            fi
-           PHP_SVN_LDFLAGS="-lsvn_client-1"
+           PHP_SVN_LDFLAGS="-lsvn_client-1 -lsvn_fs-1 -lsvn_repos-1 -lsvn_subr-1"
            break;
        fi
    done



Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC