Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
4c066b66
Commit
4c066b66
authored
Aug 17, 2015
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! version up : pysvn 1.7.10.
parent
d16bd8a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
component/pysvn-python/buildout.cfg
component/pysvn-python/buildout.cfg
+1
-1
component/pysvn-python/pysvn-1.7.10-inc_lib_dir.patch
component/pysvn-python/pysvn-1.7.10-inc_lib_dir.patch
+10
-1
No files found.
component/pysvn-python/buildout.cfg
View file @
4c066b66
...
...
@@ -11,7 +11,7 @@ recipe = zc.recipe.egg:custom
egg =
pysvn
find-links = http://pysvn.barrys-emacs.org/source_kits/pysvn-1.7.10.tar.gz
patches = ${:_profile_base_location_}/pysvn-1.7.10-inc_lib_dir.patch#
5c39ec42be0a39a3f3517607e52bdd9d
patches = ${:_profile_base_location_}/pysvn-1.7.10-inc_lib_dir.patch#
02d00b58d537242aa5bb5c9202dedbf1
patch-options = -p1
include-dirs =
${subversion:location}/include/subversion-1
...
...
component/pysvn-python/pysvn-1.7.10-inc_lib_dir.patch
View file @
4c066b66
...
...
@@ -40,7 +40,7 @@ diff -ur pysvn-1.7.10.orig/setup.py pysvn-1.7.10/setup.py
getattr( self.distribution, 'dist_files', [] ).append(
diff -ur pysvn-1.7.10.orig/Source/setup_configure.py pysvn-1.7.10/Source/setup_configure.py
--- pysvn-1.7.10.orig/Source/setup_configure.py 2014-11-09 11:55:47.000000000 +0100
+++ pysvn-1.7.10/Source/setup_configure.py 2015-08-1
4 10:08:31.747872809
+0200
+++ pysvn-1.7.10/Source/setup_configure.py 2015-08-1
7 10:41:05.781767086
+0200
@@ -54,6 +54,8 @@
class Options:
all_options_info = {
...
...
@@ -141,3 +141,12 @@ diff -ur pysvn-1.7.10.orig/Source/setup_configure.py pysvn-1.7.10/Source/setup_c
'/usr/lib64', # typical 64bit Linux
'/usr/lib', # typical Linux
'/usr/local/lib64', # typical 64bit Linux
@@ -1186,6 +1203,8 @@
if not self.setup.options.hasOption( '--norpath' ):
py_ld_libs.extend( [
'-Wl,--rpath',
+ '-Wl,%(APR_LIB)s',
+ '-Wl,--rpath',
'-Wl,%(SVN_LIB)s'
] )
py_ld_libs.extend( [
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment