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
Aurélien Vermylen
slapos
Commits
a0018c97
Commit
a0018c97
authored
Dec 06, 2012
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify components' buildout.cfg for building slapos in the Cygwin.
parent
c1f72c31
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
27 additions
and
18 deletions
+27
-18
component/bison/buildout.cfg
component/bison/buildout.cfg
+0
-5
component/gdbm/buildout.cfg
component/gdbm/buildout.cfg
+2
-0
component/gettext/buildout.cfg
component/gettext/buildout.cfg
+2
-5
component/glib/buildout.cfg
component/glib/buildout.cfg
+3
-1
component/lxml-python/buildout.cfg
component/lxml-python/buildout.cfg
+1
-1
component/m4/buildout.cfg
component/m4/buildout.cfg
+0
-5
component/python-2.7/buildout.cfg
component/python-2.7/buildout.cfg
+3
-0
component/readline/buildout.cfg
component/readline/buildout.cfg
+6
-0
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+1
-1
component/sqlite3/buildout.cfg
component/sqlite3/buildout.cfg
+1
-0
component/zlib/buildout.cfg
component/zlib/buildout.cfg
+8
-0
No files found.
component/bison/buildout.cfg
View file @
a0018c97
...
@@ -12,11 +12,6 @@ download-only = true
...
@@ -12,11 +12,6 @@ download-only = true
filename = drop.gets.patch
filename = drop.gets.patch
[bison]
[bison]
virtual-depends = ${bison-drop.gets.patch:md5sum}
patch-options = -p1
patches =
${bison-drop.gets.patch:location}/${bison-drop.gets.patch:filename}
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/gnu/bison/bison-2.5.tar.bz2
url = http://ftp.gnu.org/gnu/bison/bison-2.5.tar.bz2
md5sum = 9dba20116b13fc61a0846b0058fbe004
md5sum = 9dba20116b13fc61a0846b0058fbe004
...
...
component/gdbm/buildout.cfg
View file @
a0018c97
...
@@ -17,3 +17,5 @@ make-targets =
...
@@ -17,3 +17,5 @@ make-targets =
# it seems that parallel build sometimes fails for gdbm.
# it seems that parallel build sometimes fails for gdbm.
make-options =
make-options =
-j1
-j1
patches = /opt/patch/gdbm-1.10-cygwin.patch
component/gettext/buildout.cfg
View file @
a0018c97
...
@@ -14,15 +14,12 @@ download-only = true
...
@@ -14,15 +14,12 @@ download-only = true
filename = drop.gets.patch
filename = drop.gets.patch
[gettext]
[gettext]
virtual-depends = ${gettext-drop.gets.patch:md5sum}
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
md5sum = 3dd55b952826d2b32f51308f2f91aa89
md5sum = 3dd55b952826d2b32f51308f2f91aa89
patch-options = -p1
patches = /opt/patch/gettext-0.18.1.1-cygwin.patch
patches =
${gettext-drop.gets.patch:location}/${gettext-drop.gets.patch:filename}
configure-options =
configure-options =
--disable-static
--disable-static
--disable-java
--disable-java
...
...
component/glib/buildout.cfg
View file @
a0018c97
...
@@ -13,7 +13,9 @@ configure-options =
...
@@ -13,7 +13,9 @@ configure-options =
--disable-fam
--disable-fam
--disable-xattr
--disable-xattr
patches = /opt/patch/glib-2.28.8-cygwin.patch
environment =
environment =
CPPFLAGS=-I${zlib:location}/include -I${gettext:location}/include
CPPFLAGS=-I${zlib:location}/include -I${gettext:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib
PATH=${gettext:location}/bin:%(PATH)s
PATH=${gettext:location}/bin:
${ncurses:location}/bin:
%(PATH)s
component/lxml-python/buildout.cfg
View file @
a0018c97
...
@@ -8,7 +8,7 @@ parts =
...
@@ -8,7 +8,7 @@ parts =
lxml-python
lxml-python
[lxml-python-env]
[lxml-python-env]
PATH = ${libxslt:location}/bin:%(PATH)s
PATH = ${libxslt:location}/bin:
${zlib:location}/bin:
%(PATH)s
[lxml-python]
[lxml-python]
recipe = zc.recipe.egg:custom
recipe = zc.recipe.egg:custom
...
...
component/m4/buildout.cfg
View file @
a0018c97
...
@@ -10,11 +10,6 @@ download-only = true
...
@@ -10,11 +10,6 @@ download-only = true
filename = drop.gets.patch
filename = drop.gets.patch
[m4]
[m4]
virtual-depends = ${m4-drop.gets.patch:md5sum}
patch-options = -p1
patches =
${m4-drop.gets.patch:location}/${m4-drop.gets.patch:filename}
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.bz2
url = http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.bz2
md5sum = 8a7cef47fecab6272eb86a6be6363b2f
md5sum = 8a7cef47fecab6272eb86a6be6363b2f
component/python-2.7/buildout.cfg
View file @
a0018c97
...
@@ -45,6 +45,9 @@ configure-options =
...
@@ -45,6 +45,9 @@ configure-options =
--with-system-expat
--with-system-expat
--with-threads
--with-threads
patch-options = -p1
patches = /opt/patch/python-2.7.3-cygwin.patch
# the entry "-Wl,-rpath=${file:location}/lib" below is needed by python-magic,
# the entry "-Wl,-rpath=${file:location}/lib" below is needed by python-magic,
# which would otherwise load the system libmagic.so with ctypes
# which would otherwise load the system libmagic.so with ctypes
environment =
environment =
...
...
component/readline/buildout.cfg
View file @
a0018c97
[buildout]
[buildout]
extends =
../ncurses/buildout.cfg
parts =
parts =
readline5
readline5
readline
readline
...
@@ -19,3 +22,6 @@ md5sum = 67948acb2ca081f23359d0256e9a271c
...
@@ -19,3 +22,6 @@ md5sum = 67948acb2ca081f23359d0256e9a271c
configure-options =
configure-options =
--enable-multibyte
--enable-multibyte
--disable-static
--disable-static
environment =
LDFLAGS=-L${ncurses:location}/lib
component/slapos/buildout.cfg
View file @
a0018c97
...
@@ -51,7 +51,7 @@ allowed-eggs-from-site-packages =
...
@@ -51,7 +51,7 @@ allowed-eggs-from-site-packages =
[environment]
[environment]
# Note: For now original PATH is appended to the end, as not all tools are
# Note: For now original PATH is appended to the end, as not all tools are
# provided by SlapOS
# provided by SlapOS
PATH=${bison:location}/bin:${bzip2:location}/bin:${gettext:location}/bin:${glib:location}/bin:${libxml2:location}/bin:${libxslt:location}/bin:${m4:location}/bin:${ncurses:location}/bin:${openssl:location}/bin:${pkgconfig:location}/bin:${python2.7:location}/bin:${readline:location}/bin:${sqlite3:location}/bin:${swig:location}/bin:${buildout:bin-directory}:${patch:location}/bin:$PATH
PATH=${bison:location}/bin:${bzip2:location}/bin:${gettext:location}/bin:${glib:location}/bin:${libxml2:location}/bin:${libxslt:location}/bin:${m4:location}/bin:${ncurses:location}/bin:${openssl:location}/bin:${pkgconfig:location}/bin:${python2.7:location}/bin:${readline:location}/bin:${sqlite3:location}/bin:${swig:location}/bin:${buildout:bin-directory}:${patch:location}/bin:$
{zlib:location}/bin:$
PATH
CFLAGS=-I${bzip2:location}/include -I${gdbm:location}/include -I${gettext:location}/include -I${glib:location}/include -I${libxml2:location}/include -I${libxslt:location}/include -I${ncurses:location}/include -I${openssl:location}/include -I${popt:location}/include -I${readline:location}/include -I${sqlite3:location}/include -I${zlib:location}/include
CFLAGS=-I${bzip2:location}/include -I${gdbm:location}/include -I${gettext:location}/include -I${glib:location}/include -I${libxml2:location}/include -I${libxslt:location}/include -I${ncurses:location}/include -I${openssl:location}/include -I${popt:location}/include -I${readline:location}/include -I${sqlite3:location}/include -I${zlib:location}/include
CPPFLAGS=${:CFLAGS}
CPPFLAGS=${:CFLAGS}
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${gdbm:location}/lib -Wl,-rpath=${gdbm:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${glib:location}/lib -Wl,-rpath=${glib:location}/lib -L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${libxslt:location}/lib -Wl,-rpath=${libxslt:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${popt:location}/lib -Wl,-rpath=${popt:location}/lib -L${readline:location}/lib -Wl,-rpath=${readline:location}/lib -L${sqlite3:location}/lib -Wl,-rpath=${sqlite3:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${gdbm:location}/lib -Wl,-rpath=${gdbm:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${glib:location}/lib -Wl,-rpath=${glib:location}/lib -L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${libxslt:location}/lib -Wl,-rpath=${libxslt:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${popt:location}/lib -Wl,-rpath=${popt:location}/lib -L${readline:location}/lib -Wl,-rpath=${readline:location}/lib -L${sqlite3:location}/lib -Wl,-rpath=${sqlite3:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
...
...
component/sqlite3/buildout.cfg
View file @
a0018c97
...
@@ -12,4 +12,5 @@ configure-options =
...
@@ -12,4 +12,5 @@ configure-options =
--enable-readline
--enable-readline
environment =
environment =
CPPFLAGS=-I${readline:location}/include -I${ncurses:location}/include
CPPFLAGS=-I${readline:location}/include -I${ncurses:location}/include
CFLAGS=-mno-cygwin
LDFLAGS=-L${buildout:parts-directory}/${:_buildout_section_name_} -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib
LDFLAGS=-L${buildout:parts-directory}/${:_buildout_section_name_} -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib
component/zlib/buildout.cfg
View file @
a0018c97
...
@@ -6,3 +6,11 @@ parts =
...
@@ -6,3 +6,11 @@ parts =
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://prdownloads.sourceforge.net/libpng/zlib-1.2.6.tar.bz2?download
url = http://prdownloads.sourceforge.net/libpng/zlib-1.2.6.tar.bz2?download
md5sum = dc2cfa0d2313ca77224b4d932b2911e9
md5sum = dc2cfa0d2313ca77224b4d932b2911e9
configure-command = make -f win32/Makefile.gcc
homedir = ${buildout:parts-directory}/${:_buildout_section_name_}
make-options = -fwin32/Makefile.gcc SHARED_MODE=1
INCLUDE_PATH=${:homedir}/include
LIBRARY_PATH=${:homedir}/lib
BINARY_PATH=${:homedir}/bin
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