Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Stephane VAROQUI
slapos
Commits
e9726b6e
Commit
e9726b6e
authored
12 years ago
by
Cédric de Saint Martin
Browse files
Options
Download
Email Patches
Plain Diff
Specify minimum version of Mac OS when building Python
Only applies if platform is mac.
parent
9096b748
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
component/python-2.7/buildout.cfg
component/python-2.7/buildout.cfg
+2
-0
No files found.
component/python-2.7/buildout.cfg
View file @
e9726b6e
...
...
@@ -44,6 +44,8 @@ configure-options =
--with-system-expat
--with-threads
# Mac environment defines compatibility version if we are on a Mac OS system.
environment =
MACOSX_DEPLOYMENT_TARGET=10.5
CPPFLAGS=-I${zlib:location}/include -I${readline:location}/include -I${libexpat:location}/include -I${ncurses:location}/include -I${ncurses:location}/include/ncursesw -I${bzip2:location}/include -I${gdbm:location}/include -I${openssl:location}/include -I${sqlite3:location}/include -I${gettext:location}/include
LDFLAGS=-L${zlib:location}/lib -L${readline:location}/lib -L${libexpat:location}/lib -L${ncurses:location}/lib -L${bzip2:location}/lib -L${gdbm:location}/lib -L${openssl:location}/lib -L${sqlite3:location}/lib -Wl,-rpath,${zlib:location}/lib -Wl,-rpath,${readline:location}/lib -Wl,-rpath,${libexpat:location}/lib -Wl,-rpath,${ncurses:location}/lib -Wl,-rpath,${bzip2:location}/lib -Wl,-rpath,${gdbm:location}/lib -Wl,-rpath,${openssl:location}/lib -Wl,-rpath,${sqlite3:location}/lib -L${gettext:location}/lib -Wl,-rpath,${gettext:location}/lib
This diff is collapsed.
Click to expand it.
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