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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukas Niegsch
slapos
Commits
cb29d265
Commit
cb29d265
authored
Jul 16, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cyrus-sasl, groff, libuuid, openldap, pcre support cygwin
parent
faf340ed
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
0 deletions
+43
-0
component/cyrus-sasl/buildout.cfg
component/cyrus-sasl/buildout.cfg
+6
-0
component/groff/buildout.cfg
component/groff/buildout.cfg
+5
-0
component/libuuid/buildout.cfg
component/libuuid/buildout.cfg
+16
-0
component/openldap/buildout.cfg
component/openldap/buildout.cfg
+10
-0
component/pcre/buildout.cfg
component/pcre/buildout.cfg
+6
-0
No files found.
component/cyrus-sasl/buildout.cfg
View file @
cb29d265
...
...
@@ -25,3 +25,9 @@ make-options =
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[cyrus-sasl:cygwin]
share = /usr
promises =
/usr/lib/libsasl2.dll.a
/usr/bin/cygsasl2-2.dll
component/groff/buildout.cfg
View file @
cb29d265
...
...
@@ -9,3 +9,8 @@ md5sum = 8b8cd29385b97616a0f0d96d0951c5bf
configure-options =
--disable-static
--without-x
[groff:cygwin]
share = /usr
promises =
/usr/bin/groff.exe
component/libuuid/buildout.cfg
View file @
cb29d265
...
...
@@ -38,3 +38,19 @@ configure-options =
make-options =
-C shlibs/uuid
[libuuid:cygwin]
share = /usr
promises =
/usr/bin/cyguuid-1.dll
/usr/lib/libuuid.dll.a
/usr/include/uuid/uuid.h
url = ftp://lug.mtu.edu/cygwin/release/util-linux/util-linux-2.21.2-1-src.tar.bz2
md5sum = a3e39a9a0d170c88ccf80ca82b1b3c70
configure-command = cygport
configure-options =
util-linux.cygport
prep
compile
make-options = -C util-linux-2.21.2-1/build
component/openldap/buildout.cfg
View file @
cb29d265
...
...
@@ -26,3 +26,13 @@ environment =
CPPFLAGS=-I${openssl:location}/include -I${cyrus-sasl:location}/include
LDFLAGS=-L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${cyrus-sasl:location}/lib -Wl,-rpath=${cyrus-sasl:location}/lib
PATH=${groff:location}/bin:%(PATH)s
[openldap:cygwin]
url = ftp://lug.mtu.edu/cygwin/release/openldap/openldap-2.3.43-3-src.tar.bz2
md5sum = 534265a210652f355da30aaf2a97b96f
configure-command = cygport
configure-options =
openldap-2.3.43-3.cygport
prep
compile
make-options = -C openldap-2.3.43-3/build
component/pcre/buildout.cfg
View file @
cb29d265
...
...
@@ -9,3 +9,9 @@ md5sum = 62f02a76bb57a40bc66681760ed511d5
configure-options =
--disable-static
--enable-unicode-properties
[pcre:cygwin]
share = /usr
promises =
/usr/bin/pcre-config
/usr/lib/libpcre.dll.a
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