Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Sebastian
erp5
Commits
f8cd92d3
Commit
f8cd92d3
authored
May 13, 2011
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not build static libraries to reduce compilation time and disk usage.
parent
906a5981
Changes
35
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
63 additions
and
5 deletions
+63
-5
slapos/profile/apache.cfg
slapos/profile/apache.cfg
+2
-1
slapos/profile/curl.cfg
slapos/profile/curl.cfg
+1
-0
slapos/profile/ffmpeg.cfg
slapos/profile/ffmpeg.cfg
+7
-0
slapos/profile/file.cfg
slapos/profile/file.cfg
+2
-0
slapos/profile/fontconfig.cfg
slapos/profile/fontconfig.cfg
+1
-0
slapos/profile/freetype.cfg
slapos/profile/freetype.cfg
+2
-0
slapos/profile/garbage-collector.cfg
slapos/profile/garbage-collector.cfg
+2
-0
slapos/profile/gdbm.cfg
slapos/profile/gdbm.cfg
+2
-0
slapos/profile/gettext.cfg
slapos/profile/gettext.cfg
+1
-1
slapos/profile/glib.cfg
slapos/profile/glib.cfg
+1
-0
slapos/profile/imagemagick.cfg
slapos/profile/imagemagick.cfg
+1
-0
slapos/profile/jasper.cfg
slapos/profile/jasper.cfg
+1
-1
slapos/profile/libdb.cfg
slapos/profile/libdb.cfg
+1
-0
slapos/profile/libevent.cfg
slapos/profile/libevent.cfg
+2
-0
slapos/profile/libexpat.cfg
slapos/profile/libexpat.cfg
+2
-0
slapos/profile/libjpeg.cfg
slapos/profile/libjpeg.cfg
+2
-0
slapos/profile/libpng.cfg
slapos/profile/libpng.cfg
+2
-0
slapos/profile/librsync.cfg
slapos/profile/librsync.cfg
+1
-0
slapos/profile/libtiff.cfg
slapos/profile/libtiff.cfg
+1
-0
slapos/profile/libtool.cfg
slapos/profile/libtool.cfg
+2
-0
slapos/profile/libuuid.cfg
slapos/profile/libuuid.cfg
+1
-0
slapos/profile/libxml2.cfg
slapos/profile/libxml2.cfg
+1
-0
slapos/profile/libxslt.cfg
slapos/profile/libxslt.cfg
+1
-0
slapos/profile/messagepack.cfg
slapos/profile/messagepack.cfg
+2
-0
slapos/profile/ncurses.cfg
slapos/profile/ncurses.cfg
+1
-1
slapos/profile/neon.cfg
slapos/profile/neon.cfg
+1
-0
slapos/profile/openldap.cfg
slapos/profile/openldap.cfg
+1
-0
slapos/profile/pcre.cfg
slapos/profile/pcre.cfg
+1
-0
slapos/profile/popt.cfg
slapos/profile/popt.cfg
+2
-0
slapos/profile/readline.cfg
slapos/profile/readline.cfg
+1
-0
slapos/profile/sqlite3.cfg
slapos/profile/sqlite3.cfg
+1
-0
slapos/profile/subversion.cfg
slapos/profile/subversion.cfg
+1
-0
slapos/profile/tesseract.cfg
slapos/profile/tesseract.cfg
+3
-1
slapos/profile/varnish.cfg
slapos/profile/varnish.cfg
+4
-0
slapos/profile/xorg.cfg
slapos/profile/xorg.cfg
+6
-0
No files found.
slapos/profile/apache.cfg
View file @
f8cd92d3
...
...
@@ -18,7 +18,8 @@ extends =
recipe = hexagonit.recipe.cmmi
url = http://mir2.ovh.net/ftp.apache.org/dist//httpd/httpd-2.2.18.tar.bz2
md5sum = d077dff812191a5899649132d835d3c8
configure-options = --enable-authn-alias
configure-options = --disable-static
--enable-authn-alias
--enable-bucketeer
--enable-cache
--enable-case-filter
...
...
slapos/profile/curl.cfg
View file @
f8cd92d3
...
...
@@ -14,6 +14,7 @@ recipe = hexagonit.recipe.cmmi
url = http://curl.haxx.se/download/curl-7.21.3.tar.bz2
md5sum = 5b57fee22090b5c43a6886fdd35af2ce
configure-options =
--disable-static
--disable-ldap
--disable-ldaps
--disable-rtsp
...
...
slapos/profile/ffmpeg.cfg
View file @
f8cd92d3
...
...
@@ -15,11 +15,15 @@ parts =
recipe = hexagonit.recipe.cmmi
url = http://downloads.xiph.org/releases/ogg/libogg-1.2.2.tar.gz
md5sum = 5a9fcabc9a1b7c6f1cd75ddc78f36c56
configure-options =
--disable-static
[libvorbis]
recipe = hexagonit.recipe.cmmi
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.bz2
md5sum = 798a4211221073c1409f26eac4567e8b
configure-options =
--disable-static
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${libogg:location}/lib/pkgconfig
...
...
@@ -28,6 +32,8 @@ environment =
recipe = hexagonit.recipe.cmmi
url = http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
md5sum = 292ab65cedd5021d6b7ddd117e07cd8e
configure-options =
--disable-static
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${libogg:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig:${libvorbis:location}/lib/pkgconfig
...
...
@@ -60,6 +66,7 @@ recipe = hexagonit.recipe.cmmi
url = http://prdownloads.sourceforge.net/lame/lame-3.98.4.tar.gz
md5sum = 8e9866ad6b570c6c95c8cba48060473f
configure-options =
--disable-static
--disable-gtktest
[opencore-amr]
...
...
slapos/profile/file.cfg
View file @
f8cd92d3
...
...
@@ -8,6 +8,8 @@ extends =
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.astron.com/pub/file/file-5.07.tar.gz
md5sum = b8d1f9a8a644067bd0a703cebf3f4858
configure-options =
--disable-static
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
slapos/profile/fontconfig.cfg
View file @
f8cd92d3
...
...
@@ -14,6 +14,7 @@ recipe = hexagonit.recipe.cmmi
url = http://fontconfig.org/release/fontconfig-2.8.0.tar.gz
md5sum = 77e15a92006ddc2adbb06f840d591c0e
configure-options =
--disable-static
--disable-docs
--enable-libxml2
--with-default-fonts=${fonts:location}
...
...
slapos/profile/freetype.cfg
View file @
f8cd92d3
...
...
@@ -12,6 +12,8 @@ parts =
recipe = hexagonit.recipe.cmmi
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.4.4.tar.gz
md5sum = 9273efacffb683483e58a9e113efae9f
configure-options =
--disable-static
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
slapos/profile/garbage-collector.cfg
View file @
f8cd92d3
...
...
@@ -5,3 +5,5 @@ parts = garbage-collector
recipe = hexagonit.recipe.cmmi
md5sum = 2ff9924c7249ef7f736ecfe6f08f3f9b
url = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz
configure-options =
--disable-static
slapos/profile/gdbm.cfg
View file @
f8cd92d3
...
...
@@ -14,6 +14,8 @@ recipe = hexagonit.recipe.cmmi
url = ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz
md5sum = 1d1b1d5c0245b1c00aff92da751e9aa1
patches = ${gdbm-nochange-patch-download:location}/${gdbm-nochange-patch-download:filename}
configure-options =
--disable-static
# install as parts/gdbm/include/gdbm/*.h etc. because some softwares
# (eg. python's dbmmodule.c extension) assume the location like this.
includedir = ${buildout:parts-directory}/${:_buildout_section_name_}/include
...
...
slapos/profile/gettext.cfg
View file @
f8cd92d3
...
...
@@ -11,7 +11,7 @@ recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
md5sum = 3dd55b952826d2b32f51308f2f91aa89
configure-options =
--
enable-shared
--
disable-static
--disable-java
--disable-csharp
--with-libncurses-prefix=${ncurses:location}
...
...
slapos/profile/glib.cfg
View file @
f8cd92d3
...
...
@@ -8,6 +8,7 @@ recipe = hexagonit.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.6.tar.bz2
md5sum = 7d8fc15ae70d5111c0cf2a79d50ef717
configure-options =
--disable-static
--disable-selinux
--disable-fam
--disable-xattr
...
...
slapos/profile/imagemagick.cfg
View file @
f8cd92d3
...
...
@@ -38,6 +38,7 @@ recipe = hexagonit.recipe.cmmi
url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.7-4.tar.bz2
md5sum = e2e7252ec282bda9aad6907ecb6a9b98
configure-options =
--disable-static
--without-x
--with-magick-plus-plus
--disable-openmp
...
...
slapos/profile/jasper.cfg
View file @
f8cd92d3
...
...
@@ -10,7 +10,7 @@ url = http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip
md5sum = a342b2b4495b3e1394e161eb5d85d754
# jasper configure script is not executable by default
configure-command =
/bin/sh ./configure --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --enable-shared --disable-opengl
/bin/sh ./configure --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --
disable-static --
enable-shared --disable-opengl
environment =
CPPFLAGS=-I${libjpeg:location}/include
LDFLAGS=-L${libjpeg:location}/lib -Wl,-rpath -Wl,${libjpeg:location}/lib
slapos/profile/libdb.cfg
View file @
f8cd92d3
...
...
@@ -15,4 +15,5 @@ md5sum = b0f1c777708cb8e9d37fb47e7ed3312d
pre-configure-hook = ${libdb-hooks-download:location}/${libdb-hooks-download:filename}:pre_configure_hook
configure-command = ../dist/configure
configure-options =
--disable-static
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
slapos/profile/libevent.cfg
View file @
f8cd92d3
...
...
@@ -5,3 +5,5 @@ parts = libevent
recipe = hexagonit.recipe.cmmi
url = http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz
md5sum = 0b3ea18c634072d12b3c1ee734263664
configure-options =
--disable-static
slapos/profile/libexpat.cfg
View file @
f8cd92d3
...
...
@@ -6,3 +6,5 @@ parts =
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/expat/files/expat/2.0.1/expat-2.0.1.tar.gz/download
md5sum = ee8b492592568805593f81f8cdf2a04c
configure-options =
--disable-static
slapos/profile/libjpeg.cfg
View file @
f8cd92d3
...
...
@@ -6,3 +6,5 @@ parts =
recipe = hexagonit.recipe.cmmi
url = http://www.ijg.org/files/jpegsrc.v8b.tar.gz
md5sum = e022acbc5b36cd2cb70785f5b575661e
configure-options =
--disable-static
slapos/profile/libpng.cfg
View file @
f8cd92d3
...
...
@@ -8,6 +8,8 @@ parts =
[libpng-common]
recipe = hexagonit.recipe.cmmi
configure-options =
--disable-static
environment =
CPPFLAGS =-I${zlib:location}/include
LDFLAGS =-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
...
...
slapos/profile/librsync.cfg
View file @
f8cd92d3
...
...
@@ -11,6 +11,7 @@ recipe = hexagonit.recipe.cmmi
url = http://downloads.sourceforge.net/sourceforge/librsync/librsync-0.9.7.tar.gz
md5sum = 24cdb6b78f45e0e83766903fd4f6bc84
configure-options =
--disable-static
--enable-shared
environment =
CPPFLAGS=-I${zlib:location}/include -I${bzip2:location}/include -I${popt:location}/include
...
...
slapos/profile/libtiff.cfg
View file @
f8cd92d3
...
...
@@ -12,6 +12,7 @@ recipe = hexagonit.recipe.cmmi
url = http://download.osgeo.org/libtiff/tiff-3.9.5.tar.gz
md5sum = 8fc7ce3b4e1d0cc8a319336967815084
configure-options =
--disable-static
--without-x
environment =
CPPFLAGS=-I${libjpeg:location}/include -I${jbigkit:location}/include -I${zlib:location}/include
...
...
slapos/profile/libtool.cfg
View file @
f8cd92d3
...
...
@@ -5,3 +5,5 @@ parts = libtool
recipe = hexagonit.recipe.cmmi
md5sum = b32b04148ecdd7344abc6fe8bd1bb021
url = http://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz
configure-options =
--disable-static
slapos/profile/libuuid.cfg
View file @
f8cd92d3
...
...
@@ -7,6 +7,7 @@ recipe = hexagonit.recipe.cmmi
url = http://ftp.kernel.org/pub/linux/utils/util-linux/v2.18/util-linux-ng-2.18.tar.bz2
md5sum = 2f5f71e6af969d041d73ab778c141a77
configure-options =
--disable-static
--enable-libuuid
--disable-agetty
--disable-cramfs
...
...
slapos/profile/libxml2.cfg
View file @
f8cd92d3
...
...
@@ -11,6 +11,7 @@ recipe = hexagonit.recipe.cmmi
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
md5sum = 8127a65e8c3b08856093099b52599c86
configure-options =
--disable-static
--without-python
--with-zlib=${zlib:location}
environment =
...
...
slapos/profile/libxslt.cfg
View file @
f8cd92d3
...
...
@@ -12,6 +12,7 @@ url = ftp://xmlsoft.org/libxslt/libxslt-1.1.26.tar.gz
md5sum = e61d0364a30146aaa3001296f853b2b9
recipe = hexagonit.recipe.cmmi
configure-options =
--disable-static
--with-libxml-prefix=${libxml2:location}
--without-crypto
--without-python
...
...
slapos/profile/messagepack.cfg
View file @
f8cd92d3
...
...
@@ -6,3 +6,5 @@ find-links = http://www.nexedi.org/static/packages/source/
recipe = erp5.recipe.cmmiforcei686
url = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/msgpack-0.5.4.tar.gz
md5sum = 18d96a3178f7cad73c0ca44f6284ae7d
configure-options =
--disable-static
slapos/profile/ncurses.cfg
View file @
f8cd92d3
...
...
@@ -9,7 +9,7 @@ md5sum = 8cb9c412e5f2d96bc6f459aa8c6282a1
configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
--with-shared
--with-normal
--with
out
-normal
--without-debug
--enable-rpath
# tricky way to rerun with --enable-widec
...
...
slapos/profile/neon.cfg
View file @
f8cd92d3
...
...
@@ -12,6 +12,7 @@ recipe = hexagonit.recipe.cmmi
url = http://www.webdav.org/neon/neon-0.29.5.tar.gz
md5sum = ff369e69ef0f0143beb5626164e87ae2
configure-options =
--disable-static
--enable-shared
--with-ssl=openssl
--without-expat
...
...
slapos/profile/openldap.cfg
View file @
f8cd92d3
...
...
@@ -10,6 +10,7 @@ recipe = hexagonit.recipe.cmmi
url = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.25.tgz
md5sum = ec63f9c2add59f323a0459128846905b
configure-options =
--disable-static
--disable-slapd
--enable-backends=no
--enable-overlays=no
...
...
slapos/profile/pcre.cfg
View file @
f8cd92d3
...
...
@@ -7,5 +7,6 @@ recipe = hexagonit.recipe.cmmi
url = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.12.tar.bz2
md5sum = f14a9fef3c92f3fc6c5ac92d7a2c7eb3
configure-options =
--disable-static
--enable-utf8
--enable-unicode-properties
slapos/profile/popt.cfg
View file @
f8cd92d3
...
...
@@ -6,3 +6,5 @@ parts =
recipe = hexagonit.recipe.cmmi
url = ftp://anduin.linuxfromscratch.org/BLFS/svn/p/popt-1.16.tar.gz
md5sum = 3743beefa3dd6247a73f8f7a32c14c33
configure-options =
--disable-static
slapos/profile/readline.cfg
View file @
f8cd92d3
...
...
@@ -9,6 +9,7 @@ recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/gnu/readline/readline-6.1.tar.gz
md5sum = fc2f7e714fe792db1ce6ddc4c9fb4ef3
configure-options =
--disable-static
--with-ncurses=${ncurses:location}
environment =
LDFLAGS =-Wl,-rpath ${ncurses:location}/lib
slapos/profile/sqlite3.cfg
View file @
f8cd92d3
...
...
@@ -8,6 +8,7 @@ recipe = hexagonit.recipe.cmmi
url = http://www.sqlite.org/sqlite-autoconf-3070602.tar.gz
md5sum = f16c08617968b4087b3d591fd575f59f
configure-options =
--disable-static
--enable-readline
environment =
CPPFLAGS=-I${readline:location}/include -I${ncurses:location}/include
...
...
slapos/profile/subversion.cfg
View file @
f8cd92d3
...
...
@@ -29,6 +29,7 @@ md5sum = 32f25a6724559fe8691d1f57a63f636e
patches =
${subversion-1.6.0-disable_linking_against_unneeded_libraries:location}/${subversion-1.6.0-disable_linking_against_unneeded_libraries:filename}
configure-options =
--disable-static
--with-apr=${apache:location}/bin/apr-1-config
--with-apr-util=${apache:location}/bin/apu-1-config
--without-apxs
...
...
slapos/profile/tesseract.cfg
View file @
f8cd92d3
...
...
@@ -23,7 +23,9 @@ stop-on-error = yes
recipe = hexagonit.recipe.cmmi
url = http://tesseract-ocr.googlecode.com/files/tesseract-3.00.tar.gz
md5sum = cc812a261088ea0c3d2da735be35d09f
configure-options = --datarootdir=${tesseract-share:location}
configure-options =
--disable-static
--datarootdir=${tesseract-share:location}
environment =
CPPFLAGS=-I${zlib:location}/include -I${jbigkit:location}/include -I${libjpeg:location}/include -I${libtiff:location}/include -I${libpng:location}/include
LDFLAGS =-Wl,-rpath -L${zlib:location}/lib -Wl,${zlib:location}/lib -L${jbigkit:location}/lib -Wl,-rpath -Wl,${jbigkit:location}/lib -L${libjpeg:location}/lib -Wl,-rpath -Wl,${libjpeg:location}/lib -L${libtiff:location}/lib -Wl,-rpath -Wl,${libtiff:location}/lib -L${libpng:location}/lib -Wl,-rpath -Wl,${libpng:location}/lib
...
...
slapos/profile/varnish.cfg
View file @
f8cd92d3
...
...
@@ -18,6 +18,8 @@ extends =
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/varnish/files/varnish/2.0.6/varnish-2.0.6.tar.gz/download
md5sum = d91dc21c636db61c69b5e8f061c5bb95
configure-options =
--disable-static
environment =
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib
...
...
@@ -26,6 +28,8 @@ environment =
recipe = hexagonit.recipe.cmmi
url = http://repo.varnish-cache.org/source/varnish-2.1.5.tar.gz
md5sum = 2d2f227da36a2a240c475304c717b8e3
configure-options =
--disable-static
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${pcre:location}/lib/pkgconfig
...
...
slapos/profile/xorg.cfg
View file @
f8cd92d3
...
...
@@ -52,6 +52,8 @@ configure-options =
recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/lib/libXau-1.0.6.tar.bz2
md5sum = 4a2cbd83727682f9ee1c1e719bac6adb
configure-options =
--disable-static
environment =
PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig
LD_LIBRARY_PATH=${xproto:location}/lib
...
...
@@ -76,6 +78,7 @@ recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/xcb/libxcb-1.7.tar.bz2
md5sum = 925699df361b99491165ebc12068056b
configure-options =
--disable-static
--disable-build-docs
environment =
PKG_CONFIG_PATH=${xcbproto:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig
...
...
@@ -100,6 +103,7 @@ environment =
# Warning: do *not* enable -fPIC CFLAGS for this library. Even if it fails and ld asks you to enable it. This will not solve your problem, and create an unexpected (by build chain) setup (all .o will be position-independant code).
# CFLAGS=-fPIC
configure-options =
--disable-static
--disable-specs
--without-xmlto
--without-fop
...
...
@@ -120,6 +124,7 @@ recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/lib/libX11-1.4.0.tar.bz2
md5sum = b63d9f7493a61df51d0c0be04ac435e4
configure-options =
--disable-static
--enable-loadable-i18n
--disable-composecache
--disable-xcms
...
...
@@ -147,5 +152,6 @@ environment =
LD_RUN_PATH=${xproto:location}/lib
PATH=${pkgconfig:location}/bin:%(PATH)s
configure-options =
--disable-static
--without-xmlto
--without-fop
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