Commit 7af07901 authored by Łukasz Nowak's avatar Łukasz Nowak

component: Make components glibc-aware

parent dbbd2dd0
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
parts = 6tunnel parts = 6tunnel
[6tunnel] [6tunnel]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/wojtekka/6tunnel/releases/download/0.13/6tunnel-0.13.tar.gz url = https://github.com/wojtekka/6tunnel/releases/download/0.13/6tunnel-0.13.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
alsa alsa
[alsa] [alsa]
<= glibc-aware
# Contains libasound # Contains libasound
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
......
...@@ -26,6 +26,7 @@ extends = ...@@ -26,6 +26,7 @@ extends =
../libnsl/buildout.cfg ../libnsl/buildout.cfg
[php-redis] [php-redis]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/phpredis/phpredis/archive/5.0.0.tar.gz url = https://github.com/phpredis/phpredis/archive/5.0.0.tar.gz
md5sum = 4f11e0567a10c29394aae52a4fa8bb40 md5sum = 4f11e0567a10c29394aae52a4fa8bb40
...@@ -35,6 +36,7 @@ environment = ...@@ -35,6 +36,7 @@ environment =
PATH=${autoconf:location}/bin:${automake:location}/bin:${m4:location}/bin:${apache-php:location}/bin:%(PATH)s PATH=${autoconf:location}/bin:${automake:location}/bin:${m4:location}/bin:${apache-php:location}/bin:%(PATH)s
[php-imagick] [php-imagick]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/Imagick/imagick/archive/3.4.4.tar.gz url = https://github.com/Imagick/imagick/archive/3.4.4.tar.gz
md5sum = ef6cbadd834eb306bd91874a8f5dea03 md5sum = ef6cbadd834eb306bd91874a8f5dea03
...@@ -48,6 +50,7 @@ environment = ...@@ -48,6 +50,7 @@ environment =
IM_IMAGEMAGICK_PREFIX=${imagemagick:location} IM_IMAGEMAGICK_PREFIX=${imagemagick:location}
[php-apcu] [php-apcu]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/krakjoe/apcu/archive/v5.1.17.tar.gz url = https://github.com/krakjoe/apcu/archive/v5.1.17.tar.gz
md5sum = f64b6cd5108aea63df2d5cc301c58b2b md5sum = f64b6cd5108aea63df2d5cc301c58b2b
...@@ -64,6 +67,7 @@ environment = ...@@ -64,6 +67,7 @@ environment =
shared = false shared = false
[apache-php] [apache-php]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.php.net/distributions/php-7.3.6.tar.bz2 url = https://www.php.net/distributions/php-7.3.6.tar.bz2
md5sum = bde9a912fb311182cd460dad1abbc247 md5sum = bde9a912fb311182cd460dad1abbc247
...@@ -119,11 +123,13 @@ environment = ...@@ -119,11 +123,13 @@ environment =
[libmcrypt] [libmcrypt]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2 url = http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2
md5sum = c4f491dd411a09e9de3b8702ea6f73eb md5sum = c4f491dd411a09e9de3b8702ea6f73eb
[xml-rpc] [xml-rpc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/phpxmlrpc/phpxmlrpc/2.2.2/xmlrpc-2.2.2.tar.gz url = http://downloads.sourceforge.net/project/phpxmlrpc/phpxmlrpc/2.2.2/xmlrpc-2.2.2.tar.gz
md5sum = 59a644c636c6d98267d0c99b406ae9e8 md5sum = 59a644c636c6d98267d0c99b406ae9e8
...@@ -20,6 +20,7 @@ extends = ...@@ -20,6 +20,7 @@ extends =
[apr] [apr]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 1.7.0 version = 1.7.0
...@@ -27,6 +28,7 @@ md5sum = 7a14a83d664e87599ea25ff4432e48a7 ...@@ -27,6 +28,7 @@ md5sum = 7a14a83d664e87599ea25ff4432e48a7
url = https://archive.apache.org/dist/apr/apr-${:version}.tar.bz2 url = https://archive.apache.org/dist/apr/apr-${:version}.tar.bz2
[apr-util] [apr-util]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 1.6.1 version = 1.6.1
...@@ -37,6 +39,7 @@ configure-options = ...@@ -37,6 +39,7 @@ configure-options =
--with-expat=${libexpat:location} --with-expat=${libexpat:location}
[apache] [apache]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 2.4.54 version = 2.4.54
...@@ -101,6 +104,7 @@ environment = ...@@ -101,6 +104,7 @@ environment =
LDFLAGS =-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${gdbm:location}/lib -L${apr:location}/lib -Wl,-rpath=${apr:location}/lib -L${apr-util:location}/lib -Wl,-rpath=${apr-util:location}/lib -L${libexpat:location}/lib -Wl,-rpath=${libexpat:location}/lib LDFLAGS =-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${gdbm:location}/lib -L${apr:location}/lib -Wl,-rpath=${apr:location}/lib -L${apr-util:location}/lib -Wl,-rpath=${apr-util:location}/lib -L${libexpat:location}/lib -Wl,-rpath=${libexpat:location}/lib
[apache-antiloris] [apache-antiloris]
<= glibc-aware
# Note: This component tries to write in a [apache] parts, which is now # Note: This component tries to write in a [apache] parts, which is now
# shared. To use this component in a software, apache parts have to be made # shared. To use this component in a software, apache parts have to be made
# not shared in the software. # not shared in the software.
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
[argon2] [argon2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/P-H-C/phc-winner-argon2/archive/20190702.tar.gz url = https://github.com/P-H-C/phc-winner-argon2/archive/20190702.tar.gz
md5sum = 0f234cc21ac6cebfe373da6afa70bb1d md5sum = 0f234cc21ac6cebfe373da6afa70bb1d
......
...@@ -29,6 +29,7 @@ post-make-hook = ${:_profile_base_location_}/${aspell-create-wrapper:filename}#$ ...@@ -29,6 +29,7 @@ post-make-hook = ${:_profile_base_location_}/${aspell-create-wrapper:filename}#$
[aspell] [aspell]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/aspell/aspell-0.60.7.tar.gz url = https://ftp.gnu.org/gnu/aspell/aspell-0.60.7.tar.gz
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
parts = attr parts = attr
[attr] [attr]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://download.savannah.gnu.org/releases/attr/attr-2.4.47.src.tar.gz url = http://download.savannah.gnu.org/releases/attr/attr-2.4.47.src.tar.gz
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
autoconf autoconf
[autoconf] [autoconf]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.gz url = http://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.gz
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
automake automake
[automake] [automake]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
md5sum = 4017e96f89fca45ca946f1c5db6be714 md5sum = 4017e96f89fca45ca946f1c5db6be714
......
...@@ -9,6 +9,7 @@ git-executable = ${git:location}/bin/git ...@@ -9,6 +9,7 @@ git-executable = ${git:location}/bin/git
revision = hmac-nxd3 revision = hmac-nxd3
[babeld] [babeld]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${babeld-repository:location} path = ${babeld-repository:location}
make-options = CC='gcc -std=gnu99' make-options = CC='gcc -std=gnu99'
......
...@@ -3,6 +3,7 @@ extends = ../xz-utils/buildout.cfg ...@@ -3,6 +3,7 @@ extends = ../xz-utils/buildout.cfg
parts = bash-completion parts = bash-completion
[bash-completion] [bash-completion]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/scop/bash-completion/releases/download/2.11/bash-completion-2.11.tar.xz url = https://github.com/scop/bash-completion/releases/download/2.11/bash-completion-2.11.tar.xz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
bash bash
[bash] [bash]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url-prefix = https://ftp.gnu.org/pub/gnu/bash/bash-5.1 url-prefix = https://ftp.gnu.org/pub/gnu/bash/bash-5.1
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = binutils parts = binutils
[mpfr] [mpfr]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz url = http://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz
...@@ -17,6 +18,7 @@ environment = ...@@ -17,6 +18,7 @@ environment =
LDFLAGS=-Wl,-rpath=${gmp:location}/lib LDFLAGS=-Wl,-rpath=${gmp:location}/lib
[mpc] [mpc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz url = http://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz
...@@ -29,6 +31,7 @@ environment = ...@@ -29,6 +31,7 @@ environment =
LDFLAGS=-Wl,-rpath=${gmp:location}/lib -Wl,-rpath=${mpfr:location}/lib LDFLAGS=-Wl,-rpath=${gmp:location}/lib -Wl,-rpath=${mpfr:location}/lib
[isl] [isl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2 url = ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2
...@@ -40,6 +43,7 @@ environment = ...@@ -40,6 +43,7 @@ environment =
LDFLAGS=-Wl,-rpath=${gmp:location}/lib LDFLAGS=-Wl,-rpath=${gmp:location}/lib
[binutils] [binutils]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2 url = http://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
bison bison
[bison] [bison]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz url = https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../xz-utils/buildout.cfg ../xz-utils/buildout.cfg
[boost-lib] [boost-lib]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2 url = https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
[brctl] [brctl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.7.1.tar.xz url = https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.7.1.tar.xz
md5sum = 3e1fee4dc22cac5457c2f6ffb990a518 md5sum = 3e1fee4dc22cac5457c2f6ffb990a518
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = busybox parts = busybox
[busybox] [busybox]
<= glibc-aware
recipe = slapos.recipe.build recipe = slapos.recipe.build
url = http://git.busybox.net/busybox/snapshot/busybox-1_20_2.tar.gz url = http://git.busybox.net/busybox/snapshot/busybox-1_20_2.tar.gz
md5sum = 025acebb48040ef62dd635d416d317e8 md5sum = 025acebb48040ef62dd635d416d317e8
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
bzip2 bzip2
[bzip2] [bzip2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://fossies.org/linux/misc/bzip2-1.0.8.tar.gz url = https://fossies.org/linux/misc/bzip2-1.0.8.tar.gz
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = ccache parts = ccache
[ccache-common] [ccache-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
[ccache] [ccache]
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
cclient cclient
[cclient] [cclient]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
#url = ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.gz #url = ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.gz
url = https://src.fedoraproject.org/lookaside/pkgs/uw-imap/${:filename}/${:md5sum}/${:filename} url = https://src.fedoraproject.org/lookaside/pkgs/uw-imap/${:filename}/${:md5sum}/${:filename}
......
...@@ -47,6 +47,7 @@ install = ...@@ -47,6 +47,7 @@ install =
call([python, '-c', 'import yaml']) call([python, '-c', 'import yaml'])
[librbd] [librbd]
<= glibc-aware
# CEPH only for librbd # CEPH only for librbd
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
chrpath chrpath
[chrpath] [chrpath]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://http.debian.net/debian/pool/main/c/chrpath/chrpath_0.16.orig.tar.gz url = http://http.debian.net/debian/pool/main/c/chrpath/chrpath_0.16.orig.tar.gz
md5sum = 2bf8d1d1ee345fc8a7915576f5649982 md5sum = 2bf8d1d1ee345fc8a7915576f5649982
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
cmake cmake
[cmake] [cmake]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://cmake.org/files/v3.23/cmake-3.23.2.tar.gz url = https://cmake.org/files/v3.23/cmake-3.23.2.tar.gz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
coreutils-output coreutils-output
[coreutils] [coreutils]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/coreutils/coreutils-9.0.tar.xz url = https://ftp.gnu.org/gnu/coreutils/coreutils-9.0.tar.xz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
corocosync corocosync
[corosync] [corosync]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = ftp://ftp:downloads@corosync.org/downloads/corosync-1.3.1/corosync-1.3.1.tar.gz url = ftp://ftp:downloads@corosync.org/downloads/corosync-1.3.1/corosync-1.3.1.tar.gz
md5sum = c58459a009a3a9d0b9c00e276a190d90 md5sum = c58459a009a3a9d0b9c00e276a190d90
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
parts = coturn parts = coturn
[coturn] [coturn]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/coturn/coturn/archive/4.5.1.1.tar.gz url = https://github.com/coturn/coturn/archive/4.5.1.1.tar.gz
md5sum = ef20628b026d666be24df056f20a86ea md5sum = ef20628b026d666be24df056f20a86ea
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = cpio parts = cpio
[cpio] [cpio]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/cpio/cpio-2.13.tar.bz2 url = https://ftp.gnu.org/gnu/cpio/cpio-2.13.tar.bz2
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
cryptopp cryptopp
[cryptopp] [cryptopp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
url = https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_3.tar.gz url = https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_3.tar.gz
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
../openssl/buildout.cfg ../openssl/buildout.cfg
[cryptsetup] [cryptsetup]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.kernel.org/pub/linux/utils/cryptsetup/v2.4/cryptsetup-2.4.3.tar.xz url = https://www.kernel.org/pub/linux/utils/cryptsetup/v2.4/cryptsetup-2.4.3.tar.xz
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
# for now we build and install library and header files only. # for now we build and install library and header files only.
[cups] [cups]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.cups.org/software/1.7.4/cups-1.7.4-source.tar.bz2 url = http://www.cups.org/software/1.7.4/cups-1.7.4-source.tar.bz2
......
...@@ -15,6 +15,7 @@ parts = ...@@ -15,6 +15,7 @@ parts =
curl curl
[curl] [curl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://curl.se/download/curl-7.86.0.tar.xz url = https://curl.se/download/curl-7.86.0.tar.xz
......
...@@ -10,6 +10,7 @@ extends = ...@@ -10,6 +10,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[cyrus-sasl] [cyrus-sasl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.26/cyrus-sasl-2.1.26.tar.gz url = https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.26/cyrus-sasl-2.1.26.tar.gz
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = dash-output parts = dash-output
[dash] [dash]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.11.tar.gz url = http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.11.tar.gz
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
dbus dbus
[dbus] [dbus]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://dbus.freedesktop.org/releases/dbus/dbus-1.12.20.tar.gz url = https://dbus.freedesktop.org/releases/dbus/dbus-1.12.20.tar.gz
...@@ -25,6 +26,7 @@ environment = ...@@ -25,6 +26,7 @@ environment =
EXPAT_LIBS=-L${libexpat:location}/lib -lexpat EXPAT_LIBS=-L${libexpat:location}/lib -lexpat
[dbus-glib] [dbus-glib]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.110.tar.gz url = https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.110.tar.gz
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
parts = dcron-output parts = dcron-output
[dcron] [dcron]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = false shared = false
url = http://www.jimpryor.net/linux/releases/dcron-4.5.tar.gz url = http://www.jimpryor.net/linux/releases/dcron-4.5.tar.gz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
diffutils diffutils
[diffutils] [diffutils]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/diffutils/diffutils-3.8.tar.xz url = https://ftp.gnu.org/gnu/diffutils/diffutils-3.8.tar.xz
......
...@@ -14,6 +14,7 @@ parts = ...@@ -14,6 +14,7 @@ parts =
dropbear-output dropbear-output
[dropbear] [dropbear]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
md5sum = 0284ea239083f04c8b874e08e1aca243 md5sum = 0284ea239083f04c8b874e08e1aca243
# XXX: We still use an old version of dropbear instead of the last one # XXX: We still use an old version of dropbear instead of the last one
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
parts = dtach parts = dtach
[dtach-build] [dtach-build]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 0.8 version = 0.8
url = http://freefr.dl.sourceforge.net/project/dtach/dtach/0.8/dtach-${:version}.tar.gz url = http://freefr.dl.sourceforge.net/project/dtach/dtach/0.8/dtach-${:version}.tar.gz
......
...@@ -4,6 +4,7 @@ parts = ...@@ -4,6 +4,7 @@ parts =
f2c f2c
[libf2c] [libf2c]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.netlib.org/f2c/libf2c.zip#${:md5sum} url = https://www.netlib.org/f2c/libf2c.zip#${:md5sum}
configure-command = true configure-command = true
...@@ -13,6 +14,7 @@ make-targets = install LIBDIR=${:location} ...@@ -13,6 +14,7 @@ make-targets = install LIBDIR=${:location}
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
[f2c] [f2c]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.netlib.org/f2c/src.tgz#${:md5sum} url = http://www.netlib.org/f2c/src.tgz#${:md5sum}
md5sum = 7e97530d10ec5783e9d54c1a61eaeed7 md5sum = 7e97530d10ec5783e9d54c1a61eaeed7
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
parts = faketime parts = faketime
[faketime] [faketime]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.9.tar.gz url = https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.9.tar.gz
md5sum = 1f784c9c0ec7807b9d1107d1730dbb41 md5sum = 1f784c9c0ec7807b9d1107d1730dbb41
......
...@@ -4,8 +4,7 @@ extends = ...@@ -4,8 +4,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[fastjar] [fastjar]
recipe = slapos.recipe.cmmi <= glibc-aware
url = http://downloads.sourceforge.net/project/fastjar/fastjar/0.94/fastjar-0.94.tar.gz
md5sum = 14d4bdfac236e347d806c6743dba48c6 md5sum = 14d4bdfac236e347d806c6743dba48c6
environment = environment =
CPPFLAGS=-I${zlib:location}/include CPPFLAGS=-I${zlib:location}/include
......
...@@ -14,6 +14,7 @@ parts = ...@@ -14,6 +14,7 @@ parts =
<= ffmpeg-4.1 <= ffmpeg-4.1
[libogg] [libogg]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.xiph.org/releases/ogg/libogg-1.2.2.tar.gz url = http://downloads.xiph.org/releases/ogg/libogg-1.2.2.tar.gz
md5sum = 5a9fcabc9a1b7c6f1cd75ddc78f36c56 md5sum = 5a9fcabc9a1b7c6f1cd75ddc78f36c56
...@@ -21,6 +22,7 @@ configure-options = ...@@ -21,6 +22,7 @@ configure-options =
--disable-static --disable-static
[libvorbis] [libvorbis]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.bz2 url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.bz2
md5sum = 798a4211221073c1409f26eac4567e8b md5sum = 798a4211221073c1409f26eac4567e8b
...@@ -33,6 +35,7 @@ environment = ...@@ -33,6 +35,7 @@ environment =
LDFLAGS=-Wl,-rpath=${libogg:location}/lib LDFLAGS=-Wl,-rpath=${libogg:location}/lib
[libtheora] [libtheora]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 url = http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
md5sum = 292ab65cedd5021d6b7ddd117e07cd8e md5sum = 292ab65cedd5021d6b7ddd117e07cd8e
...@@ -49,16 +52,19 @@ environment = ...@@ -49,16 +52,19 @@ environment =
LDFLAGS=-Wl,-rpath=${libvorbis:location}/lib LDFLAGS=-Wl,-rpath=${libvorbis:location}/lib
[nasm] [nasm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.bz2 url = https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.bz2
md5sum = 3f489aa48ad2aa1f967dc5e293bbd06f md5sum = 3f489aa48ad2aa1f967dc5e293bbd06f
[yasm] [yasm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz url = http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
[libvpx] [libvpx]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.5.0.tar.bz2 url = https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.5.0.tar.bz2
md5sum = 49e59dd184caa255886683facea56fca md5sum = 49e59dd184caa255886683facea56fca
...@@ -70,6 +76,7 @@ environment = ...@@ -70,6 +76,7 @@ environment =
LDFLAGS=-Wl,-rpath=${:location}/lib LDFLAGS=-Wl,-rpath=${:location}/lib
[libx264] [libx264]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190214-2245.tar.bz2 url = ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190214-2245.tar.bz2
md5sum = 37109ae11d37e4a8963954b53041d43a md5sum = 37109ae11d37e4a8963954b53041d43a
...@@ -80,6 +87,7 @@ environment = ...@@ -80,6 +87,7 @@ environment =
PATH=${yasm:location}/bin:${nasm:location}/bin:%(PATH)s PATH=${yasm:location}/bin:${nasm:location}/bin:%(PATH)s
[lame] [lame]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://prdownloads.sourceforge.net/lame/lame-3.98.4.tar.gz url = http://prdownloads.sourceforge.net/lame/lame-3.98.4.tar.gz
md5sum = 8e9866ad6b570c6c95c8cba48060473f md5sum = 8e9866ad6b570c6c95c8cba48060473f
...@@ -88,6 +96,7 @@ configure-options = ...@@ -88,6 +96,7 @@ configure-options =
--disable-gtktest --disable-gtktest
[opencore-amr] [opencore-amr]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://prdownloads.sourceforge.net/opencore-amr/opencore-amr/opencore-amr-0.1.2.tar.gz url = http://prdownloads.sourceforge.net/opencore-amr/opencore-amr/opencore-amr-0.1.2.tar.gz
md5sum = 8e8b8b253eb046340ff7b6bf7a6ccd3e md5sum = 8e8b8b253eb046340ff7b6bf7a6ccd3e
...@@ -95,6 +104,7 @@ configure-options = ...@@ -95,6 +104,7 @@ configure-options =
--disable-static --disable-static
[ffmpeg-4.1] [ffmpeg-4.1]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://ffmpeg.org/releases/ffmpeg-4.1.4.tar.bz2 url = https://ffmpeg.org/releases/ffmpeg-4.1.4.tar.bz2
md5sum = 611d171e4aee749b85e04d17e2aee71d md5sum = 611d171e4aee749b85e04d17e2aee71d
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
fftw3 fftw3
[fftw3] [fftw3]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.fftw.org/fftw-3.3.8.tar.gz url = http://www.fftw.org/fftw-3.3.8.tar.gz
md5sum = 8aac833c943d8e90d51b697b27d4384d md5sum = 8aac833c943d8e90d51b697b27d4384d
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[file] [file]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.icm.edu.pl/packages/file/file-5.41.tar.gz url = http://ftp.icm.edu.pl/packages/file/file-5.41.tar.gz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
findutils-output findutils-output
[findutils] [findutils]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.debian.org/debian/pool/main/f/findutils/findutils_4.8.0.orig.tar.xz url = http://ftp.debian.org/debian/pool/main/f/findutils/findutils_4.8.0.orig.tar.xz
......
...@@ -13,6 +13,7 @@ extends = ...@@ -13,6 +13,7 @@ extends =
../nftables/buildout.cfg ../nftables/buildout.cfg
[firewalld] [firewalld]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/firewalld/firewalld/releases/download/v0.8.6/firewalld-0.8.6.tar.gz url = https://github.com/firewalld/firewalld/releases/download/v0.8.6/firewalld-0.8.6.tar.gz
md5sum = a120286a2c2bc12ece24d719ef2879b5 md5sum = a120286a2c2bc12ece24d719ef2879b5
...@@ -47,6 +48,7 @@ environment = ...@@ -47,6 +48,7 @@ environment =
PYTHONPATH=${buildout:parts-directory}/${:_buildout_section_name_}/src PYTHONPATH=${buildout:parts-directory}/${:_buildout_section_name_}/src
[dbus-python] [dbus-python]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 1.2.16 version = 1.2.16
url = http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${:version}.tar.gz url = http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${:version}.tar.gz
...@@ -64,6 +66,7 @@ environment = ...@@ -64,6 +66,7 @@ environment =
PYTHON=${buildout:executable} PYTHON=${buildout:executable}
[gobject-introspection] [gobject-introspection]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gobject-introspection-1.50.0.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gobject-introspection-1.50.0.tar.xz
md5sum = 5af8d724f25d0c9cfbe6df41b77e5dc0 md5sum = 5af8d724f25d0c9cfbe6df41b77e5dc0
...@@ -83,6 +86,7 @@ environment = ...@@ -83,6 +86,7 @@ environment =
PYTHON=${buildout:executable} PYTHON=${buildout:executable}
[pygobject3] [pygobject3]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/pygobject-3.22.0.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/pygobject-3.22.0.tar.xz
python-egg = ${buildout:parts-directory}/${:_buildout_section_name_}/lib/python${python:version}/site-packages python-egg = ${buildout:parts-directory}/${:_buildout_section_name_}/lib/python${python:version}/site-packages
......
...@@ -12,6 +12,7 @@ extends = ...@@ -12,6 +12,7 @@ extends =
../xz-utils/buildout.cfg ../xz-utils/buildout.cfg
[fish-shell] [fish-shell]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/fish-shell/fish-shell/releases/download/3.5.1/fish-3.5.1.tar.xz url = https://github.com/fish-shell/fish-shell/releases/download/3.5.1/fish-3.5.1.tar.xz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
flex flex
[flex] [flex]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://downloads.sourceforge.net/project/flex/flex-2.6.0.tar.xz url = http://downloads.sourceforge.net/project/flex/flex-2.6.0.tar.xz
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
../patch/buildout.cfg ../patch/buildout.cfg
[fluent-bit] [fluent-bit]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/fluent/fluent-bit/archive/refs/tags/v1.9.8.tar.gz url = https://github.com/fluent/fluent-bit/archive/refs/tags/v1.9.8.tar.gz
md5sum = a0973b739f1d1f0daaa503b077760cd7 md5sum = a0973b739f1d1f0daaa503b077760cd7
......
...@@ -10,6 +10,7 @@ parts = ...@@ -10,6 +10,7 @@ parts =
fluxbox fluxbox
[fluxbox] [fluxbox]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://netcologne.dl.sourceforge.net/project/fluxbox/fluxbox/1.3.7/fluxbox-1.3.7.tar.bz2 url = https://netcologne.dl.sourceforge.net/project/fluxbox/fluxbox/1.3.7/fluxbox-1.3.7.tar.bz2
md6sum = c4701822d8a09d426ebf26e7e97c552a md6sum = c4701822d8a09d426ebf26e7e97c552a
...@@ -37,6 +38,7 @@ environment = ...@@ -37,6 +38,7 @@ environment =
XINERAMA_LIBS=-L${libXinerama:location}/lib -lXinerama XINERAMA_LIBS=-L${libXinerama:location}/lib -lXinerama
[wmctrl] [wmctrl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
#url = http://tripie.sweb.cz/utils/wmctrl/dist/wmctrl-1.07.tar.gz #url = http://tripie.sweb.cz/utils/wmctrl/dist/wmctrl-1.07.tar.gz
# latest version wmctrl 1.07 was not maintenaned for years, it fails to list windows # latest version wmctrl 1.07 was not maintenaned for years, it fails to list windows
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
fmtlib fmtlib
[fmtlib] [fmtlib]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/fmtlib/fmt/archive/7.0.3.tar.gz url = https://github.com/fmtlib/fmt/archive/7.0.3.tar.gz
......
...@@ -13,6 +13,7 @@ parts = ...@@ -13,6 +13,7 @@ parts =
fontconfig fontconfig
[fontconfig] [fontconfig]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://fontconfig.org/release/fontconfig-2.12.6.tar.bz2 url = http://fontconfig.org/release/fontconfig-2.12.6.tar.bz2
......
...@@ -12,6 +12,7 @@ parts = ...@@ -12,6 +12,7 @@ parts =
freetype freetype
[freetype] [freetype]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.bz2 url = http://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.bz2
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
parts = garbage-collector parts = garbage-collector
[garbage-collector] [garbage-collector]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
md5sum = 67a5093e2f9f381bd550aa891d00b54b md5sum = 67a5093e2f9f381bd550aa891d00b54b
......
...@@ -13,6 +13,7 @@ parts = ...@@ -13,6 +13,7 @@ parts =
gcc-8.5 gcc-8.5
[gcc-common] [gcc-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/gcc/gcc-${:version}/gcc-${:version}.tar.xz url = http://ftp.gnu.org/gnu/gcc/gcc-${:version}/gcc-${:version}.tar.xz
......
...@@ -16,6 +16,7 @@ parts = ...@@ -16,6 +16,7 @@ parts =
gdal-python gdal-python
[gdal] [gdal]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 1.11.1 version = 1.11.1
url = http://download.osgeo.org/gdal/${:version}/gdal-${:version}.tar.xz url = http://download.osgeo.org/gdal/${:version}/gdal-${:version}.tar.xz
......
...@@ -11,6 +11,7 @@ extends = ...@@ -11,6 +11,7 @@ extends =
parts = gdb parts = gdb
[gdb] [gdb]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/gdb/gdb-9.2.tar.xz url = http://ftp.gnu.org/gnu/gdb/gdb-9.2.tar.xz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
gdbm gdbm
[gdbm] [gdbm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 1.22 version = 1.22
......
[libmaxminddb] [libmaxminddb]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
url = https://github.com/maxmind/libmaxminddb/releases/download/${:version}/libmaxminddb-${:version}.tar.gz url = https://github.com/maxmind/libmaxminddb/releases/download/${:version}/libmaxminddb-${:version}.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
geos geos
[geos] [geos]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 3.4.2 version = 3.4.2
url = http://download.osgeo.org/geos/geos-${:version}.tar.bz2 url = http://download.osgeo.org/geos/geos-${:version}.tar.bz2
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[gettext] [gettext]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.tar.lz url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.tar.lz
......
...@@ -12,6 +12,7 @@ extends = ...@@ -12,6 +12,7 @@ extends =
parts = ghostscript parts = ghostscript
[ghostscript] [ghostscript]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.xz url = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.xz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
giflib giflib
[giflib] [giflib]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://downloads.sourceforge.net/project/giflib/giflib-4.x/giflib-4.2.3.tar.bz2 url = http://downloads.sourceforge.net/project/giflib/giflib-4.x/giflib-4.2.3.tar.bz2
......
...@@ -16,6 +16,7 @@ parts = ...@@ -16,6 +16,7 @@ parts =
git git
[git] [git]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.38.1.tar.xz url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.38.1.tar.xz
......
...@@ -12,6 +12,7 @@ parts = ...@@ -12,6 +12,7 @@ parts =
glib glib
[glib] [glib]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
patches = patches =
${:_profile_base_location_}/2a9ddc630341789c629c17c17565f5a7a7db8a8e.diff ${:_profile_base_location_}/2a9ddc630341789c629c17c17565f5a7a7db8a8e.diff
......
...@@ -11,6 +11,7 @@ parts = ...@@ -11,6 +11,7 @@ parts =
glibmm glibmm
[glibmm] [glibmm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/glibmm-2.50.0.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/glibmm-2.50.0.tar.xz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
glpk glpk
[glpk] [glpk]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://ftp.gnu.org/gnu/glpk/glpk-4.55.tar.gz url = http://ftp.gnu.org/gnu/glpk/glpk-4.55.tar.gz
md5sum = c632a7a631b8aed02e28eafcd99477f7 md5sum = c632a7a631b8aed02e28eafcd99477f7
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
gmp gmp
[gmp] [gmp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 6.2.1 version = 6.2.1
......
[gnu-config] [gnu-config]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://git.savannah.gnu.org/gitweb/?p=config.git;a=snapshot;h=5e531d391852a54e7fab2d8ff55625fca514b305;sf=tgz url = https://git.savannah.gnu.org/gitweb/?p=config.git;a=snapshot;h=5e531d391852a54e7fab2d8ff55625fca514b305;sf=tgz
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
parts = gnutls parts = gnutls
[gpg-common] [gpg-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.gnupg.org/ftp/gcrypt/${:_buildout_section_name_}/${:_buildout_section_name_}-${:version}.tar.bz2 url = http://www.gnupg.org/ftp/gcrypt/${:_buildout_section_name_}/${:_buildout_section_name_}-${:version}.tar.bz2
......
...@@ -14,6 +14,7 @@ parts = gowork go ...@@ -14,6 +14,7 @@ parts = gowork go
# ---- Go builds itself ---- # ---- Go builds itself ----
[golang-common] [golang-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-command = : configure-command = :
......
[buildout] [buildout]
[gperf] [gperf]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = ftp://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz url = ftp://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz
......
...@@ -12,6 +12,7 @@ extends = ...@@ -12,6 +12,7 @@ extends =
../libexpat/buildout.cfg ../libexpat/buildout.cfg
[graphviz] [graphviz]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.osuosl.org/pub/blfs/conglomeration/graphviz/graphviz-2.40.1.tar.gz url = https://ftp.osuosl.org/pub/blfs/conglomeration/graphviz/graphviz-2.40.1.tar.gz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
grep-output grep-output
[grep] [grep]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/grep/grep-2.25.tar.xz url = http://ftp.gnu.org/gnu/grep/grep-2.25.tar.xz
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
../perl/buildout.cfg ../perl/buildout.cfg
[groff] [groff]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/groff/groff-1.21.tar.gz url = http://ftp.gnu.org/gnu/groff/groff-1.21.tar.gz
......
...@@ -13,6 +13,7 @@ extends = ...@@ -13,6 +13,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[groonga] [groonga]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://packages.groonga.org/source/groonga/groonga-12.0.7.tar.gz url = https://packages.groonga.org/source/groonga/groonga-12.0.7.tar.gz
...@@ -46,6 +47,7 @@ environment = ...@@ -46,6 +47,7 @@ environment =
[groonga-normalizer-mysql] [groonga-normalizer-mysql]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.8.tar.gz url = https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.8.tar.gz
......
...@@ -24,6 +24,7 @@ parts = ...@@ -24,6 +24,7 @@ parts =
gtk-2 gtk-2
[cairo] [cairo]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://cairographics.org/releases/cairo-1.16.0.tar.xz url = https://cairographics.org/releases/cairo-1.16.0.tar.xz
...@@ -46,6 +47,7 @@ environment = ...@@ -46,6 +47,7 @@ environment =
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[harfbuzz] [harfbuzz]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.4.tar.xz url = https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.4.tar.xz
...@@ -63,6 +65,7 @@ environment = ...@@ -63,6 +65,7 @@ environment =
LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${icu4c:location}/lib -Wl,-rpath=${icu4c:location}/lib LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${icu4c:location}/lib -Wl,-rpath=${icu4c:location}/lib
[fribidi] [fribidi]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/fribidi/fribidi/releases/download/v1.0.9/fribidi-1.0.9.tar.xz url = https://github.com/fribidi/fribidi/releases/download/v1.0.9/fribidi-1.0.9.tar.xz
...@@ -72,6 +75,7 @@ configure-options = ...@@ -72,6 +75,7 @@ configure-options =
--disable-static --disable-static
[pango] [pango]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.gnome.org/sources/pango/1.42/pango-1.42.4.tar.xz url = https://download.gnome.org/sources/pango/1.42/pango-1.42.4.tar.xz
...@@ -87,6 +91,7 @@ environment = ...@@ -87,6 +91,7 @@ environment =
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${harfbuzz:location}/lib -Wl,-rpath=${harfbuzz:location}/lib LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${harfbuzz:location}/lib -Wl,-rpath=${harfbuzz:location}/lib
[gdk-pixbuf] [gdk-pixbuf]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.7.tar.xz url = https://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.7.tar.xz
...@@ -105,6 +110,7 @@ environment = ...@@ -105,6 +110,7 @@ environment =
LD_LIBRARY_PATH=${glib:location}/lib:${gettext:location}/lib LD_LIBRARY_PATH=${glib:location}/lib:${gettext:location}/lib
[atk] [atk]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.gnome.org/sources/atk/2.28/atk-2.28.1.tar.xz url = https://download.gnome.org/sources/atk/2.28/atk-2.28.1.tar.xz
...@@ -118,6 +124,7 @@ environment = ...@@ -118,6 +124,7 @@ environment =
LD_LIBRARY_PATH=${glib:location}/lib:${gettext:location}/lib LD_LIBRARY_PATH=${glib:location}/lib:${gettext:location}/lib
[gtk-2] [gtk-2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.32.tar.xz url = https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.32.tar.xz
......
...@@ -12,6 +12,7 @@ extends = ...@@ -12,6 +12,7 @@ extends =
../xorg/buildout.cfg ../xorg/buildout.cfg
[at-spi2-core] [at-spi2-core]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url =http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/at-spi2-core-2.22.0.tar.xz url =http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/at-spi2-core-2.22.0.tar.xz
...@@ -25,6 +26,7 @@ environment = ...@@ -25,6 +26,7 @@ environment =
LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libXi:location}/lib -Wl,-rpath=${libXi:location}/lib -L${libXtst:location}/lib -Wl,-rpath=${libXtst:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libXi:location}/lib -Wl,-rpath=${libXi:location}/lib -L${libXtst:location}/lib -Wl,-rpath=${libXtst:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[at-spi2-atk] [at-spi2-atk]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url =http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/at-spi2-atk-2.22.0.tar.xz url =http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/at-spi2-atk-2.22.0.tar.xz
...@@ -34,6 +36,7 @@ environment = ...@@ -34,6 +36,7 @@ environment =
PKG_CONFIG_PATH=${atk:location}/lib/pkgconfig:${at-spi2-core:location}/lib/pkgconfig:${dbus:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${pcre:location}/lib/pkgconfig PKG_CONFIG_PATH=${atk:location}/lib/pkgconfig:${at-spi2-core:location}/lib/pkgconfig:${dbus:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${pcre:location}/lib/pkgconfig
[gtk-3] [gtk-3]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gtk+-3.22.3.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gtk+-3.22.3.tar.xz
......
...@@ -14,6 +14,7 @@ parts = ...@@ -14,6 +14,7 @@ parts =
gtkmm gtkmm
[cairomm] [cairomm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://cairographics.org/releases/cairomm-1.13.1.tar.gz url = http://cairographics.org/releases/cairomm-1.13.1.tar.gz
...@@ -29,6 +30,7 @@ environment = ...@@ -29,6 +30,7 @@ environment =
LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libXext:location}/lib -Wl,-rpath=${libXext:location}/lib -L${libXrender:location}/lib -Wl,-rpath=${libXrender:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libXext:location}/lib -Wl,-rpath=${libXext:location}/lib -L${libXrender:location}/lib -Wl,-rpath=${libXrender:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[pangomm] [pangomm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/pangomm-2.40.1.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/pangomm-2.40.1.tar.xz
...@@ -43,6 +45,7 @@ environment = ...@@ -43,6 +45,7 @@ environment =
LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${harfbuzz:location}/lib -Wl,-rpath=${harfbuzz:location}/lib LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${harfbuzz:location}/lib -Wl,-rpath=${harfbuzz:location}/lib
[atkmm] [atkmm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/atkmm-2.24.2.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/atkmm-2.24.2.tar.xz
...@@ -57,6 +60,7 @@ environment = ...@@ -57,6 +60,7 @@ environment =
LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib
[gtkmm] [gtkmm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.5.tar.xz url = http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.5.tar.xz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
gzip gzip
[gzip] [gzip]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/pub/gnu/gzip/gzip-1.12.tar.xz url = https://ftp.gnu.org/pub/gnu/gzip/gzip-1.12.tar.xz
......
...@@ -10,6 +10,7 @@ parts = ...@@ -10,6 +10,7 @@ parts =
h2o h2o
[h2o] [h2o]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = True shared = True
url = https://github.com/h2o/h2o/archive/v2.2.6.tar.gz url = https://github.com/h2o/h2o/archive/v2.2.6.tar.gz
......
...@@ -11,6 +11,7 @@ extends = ...@@ -11,6 +11,7 @@ extends =
parts = haproxy parts = haproxy
[haproxy] [haproxy]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.haproxy.org/download/2.0/src/haproxy-2.0.29.tar.gz url = http://www.haproxy.org/download/2.0/src/haproxy-2.0.29.tar.gz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
hdf5 hdf5
[hdf5] [hdf5]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0-patch1/src/hdf5-1.10.0-patch1.tar.bz2 url = https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0-patch1/src/hdf5-1.10.0-patch1.tar.bz2
......
...@@ -51,6 +51,7 @@ version = 96.0.4664.129 ...@@ -51,6 +51,7 @@ version = 96.0.4664.129
[headless-chromium] [headless-chromium]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${chromium-source:location} path = ${chromium-source:location}
# XXX # XXX
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
hwloc hwloc
[hwloc] [hwloc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.open-mpi.org/software/hwloc/v1.9/downloads/hwloc-1.9.tar.gz url = http://www.open-mpi.org/software/hwloc/v1.9/downloads/hwloc-1.9.tar.gz
md5sum = 1f9f9155682fe8946a97c08896109508 md5sum = 1f9f9155682fe8946a97c08896109508
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = icu4c parts = icu4c
[icu4c] [icu4c]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
location = @@LOCATION@@ location = @@LOCATION@@
......
...@@ -24,6 +24,7 @@ extends = ...@@ -24,6 +24,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[imagemagick] [imagemagick]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 7.0.2-10 version = 7.0.2-10
......
...@@ -27,6 +27,7 @@ extends = ...@@ -27,6 +27,7 @@ extends =
../python-2.7/buildout.cfg ../python-2.7/buildout.cfg
[gsl] [gsl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = ftp://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz url = ftp://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz
...@@ -39,6 +40,7 @@ environment = ...@@ -39,6 +40,7 @@ environment =
LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib
[inkscape] [inkscape]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://media.inkscape.org/dl/resources/file/inkscape-0.92.4.tar.bz2 url = https://media.inkscape.org/dl/resources/file/inkscape-0.92.4.tar.bz2
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
intltool intltool
[intltool] [intltool]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://edge.launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz url = http://edge.launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
iperf3 iperf3
[iperf3] [iperf3]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/esnet/iperf/archive/3.11.tar.gz url = https://github.com/esnet/iperf/archive/3.11.tar.gz
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
jasper jasper
[jasper] [jasper]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip url = http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
jbigkit jbigkit
[jbigkit] [jbigkit]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz url = http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz
......
...@@ -4,6 +4,7 @@ parts = ...@@ -4,6 +4,7 @@ parts =
jemalloc jemalloc
[jemalloc] [jemalloc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/jemalloc/jemalloc/releases/download/${:version}/jemalloc-${:version}.tar.bz2 url = https://github.com/jemalloc/jemalloc/releases/download/${:version}/jemalloc-${:version}.tar.bz2
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
../libjpeg/buildout.cfg ../libjpeg/buildout.cfg
[jpegoptim] [jpegoptim]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.kokkonen.net/tjko/src/jpegoptim-1.4.6.tar.gz url = https://www.kokkonen.net/tjko/src/jpegoptim-1.4.6.tar.gz
md5sum = 844c572d69fd5af75f0616b86e63962d md5sum = 844c572d69fd5af75f0616b86e63962d
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
../oniguruma/buildout.cfg ../oniguruma/buildout.cfg
[jq] [jq]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz url = https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz
md5sum = e68fbd6a992e36f1ac48c99bbf825d6b md5sum = e68fbd6a992e36f1ac48c99bbf825d6b
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
parts = jsl parts = jsl
[jsl] [jsl]
<= glibc-aware
recipe = slapos.recipe.build recipe = slapos.recipe.build
url = http://www.javascriptlint.com/download/jsl-0.3.0-src.tar.gz url = http://www.javascriptlint.com/download/jsl-0.3.0-src.tar.gz
md5sum = 2b94ffa4fab07acabe0c5e73cd49bcdf md5sum = 2b94ffa4fab07acabe0c5e73cd49bcdf
......
...@@ -3,6 +3,7 @@ extends = ...@@ -3,6 +3,7 @@ extends =
../cmake/buildout.cfg ../cmake/buildout.cfg
[json-c] [json-c]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/json-c/json-c/archive/refs/tags/json-c-0.15-20200726.tar.gz url = https://github.com/json-c/json-c/archive/refs/tags/json-c-0.15-20200726.tar.gz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
jsoncpp jsoncpp
[jsoncpp] [jsoncpp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
pre-configure = pre-configure =
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
kerberos kerberos
[kerberos] [kerberos]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://web.mit.edu/kerberos/dist/krb5/1.19/krb5-1.19.2.tar.gz url = http://web.mit.edu/kerberos/dist/krb5/1.19/krb5-1.19.2.tar.gz
......
...@@ -3,6 +3,7 @@ extends = ...@@ -3,6 +3,7 @@ extends =
../patch/buildout.cfg ../patch/buildout.cfg
[keyutils] [keyutils]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://people.redhat.com/~dhowells/keyutils/keyutils-1.6.1.tar.bz2 url = https://people.redhat.com/~dhowells/keyutils/keyutils-1.6.1.tar.bz2
......
...@@ -14,6 +14,7 @@ parts = kumo ...@@ -14,6 +14,7 @@ parts = kumo
min_version = 7 min_version = 7
[kumo] [kumo]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/downloads/etolabo/kumofs/kumofs-0.4.13.tar.gz url = https://github.com/downloads/etolabo/kumofs/kumofs-0.4.13.tar.gz
......
...@@ -12,6 +12,7 @@ parts = ...@@ -12,6 +12,7 @@ parts =
lcms2 lcms2
[lcms2] [lcms2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://downloads.sourceforge.net/project/lcms/lcms/2.8/lcms2-2.8.tar.gz url = http://downloads.sourceforge.net/project/lcms/lcms/2.8/lcms2-2.8.tar.gz
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../giflib/buildout.cfg ../giflib/buildout.cfg
[leptonica] [leptonica]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.leptonica.org/source/leptonica-1.80.0.tar.gz url = http://www.leptonica.org/source/leptonica-1.80.0.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
libaio libaio
[libaio] [libaio]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://releases.pagure.org/libaio/libaio-0.3.112.tar.gz url = https://releases.pagure.org/libaio/libaio-0.3.112.tar.gz
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = libcap-ng parts = libcap-ng
[libcap-ng] [libcap-ng]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
#url = https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${:version}.tar.gz #url = https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${:version}.tar.gz
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
parts = libcap parts = libcap
[libcap2] [libcap2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://pkgs.fedoraproject.org/lookaside/pkgs/libcap/libcap-2.22.tar.bz2/ce64058bdb3f086ddbfca8ce6c919845/libcap-2.22.tar.bz2 url = http://pkgs.fedoraproject.org/lookaside/pkgs/libcap/libcap-2.22.tar.bz2/ce64058bdb3f086ddbfca8ce6c919845/libcap-2.22.tar.bz2
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
libconfig libconfig
[libconfig] [libconfig]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://hyperrealm.github.io/libconfig/dist/libconfig-1.7.2.tar.gz url = https://hyperrealm.github.io/libconfig/dist/libconfig-1.7.2.tar.gz
md5sum = 6bd98ee3a6e6b9126c82c916d7a9e690 md5sum = 6bd98ee3a6e6b9126c82c916d7a9e690
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = libdb parts = libdb
[libdb] [libdb]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz url = http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz
......
...@@ -13,6 +13,7 @@ parts = ...@@ -13,6 +13,7 @@ parts =
dmtx-utils dmtx-utils
[libdmtx] [libdmtx]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://prdownloads.sourceforge.net/libdmtx/libdmtx-0.7.4.tar.bz2 url = http://prdownloads.sourceforge.net/libdmtx/libdmtx-0.7.4.tar.bz2
...@@ -21,6 +22,7 @@ configure-options = ...@@ -21,6 +22,7 @@ configure-options =
--disable-static --disable-static
[dmtx-utils] [dmtx-utils]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://prdownloads.sourceforge.net/libdmtx/dmtx-utils-0.7.4.tar.bz2 url = http://prdownloads.sourceforge.net/libdmtx/dmtx-utils-0.7.4.tar.bz2
md5sum = b132ab9fb1d289869469b8bb4959a08a md5sum = b132ab9fb1d289869469b8bb4959a08a
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
../xz-utils/buildout.cfg ../xz-utils/buildout.cfg
[libepoxy] [libepoxy]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/anholt/libepoxy/releases/download/v1.4/libepoxy-1.4.0.tar.xz url = https://github.com/anholt/libepoxy/releases/download/v1.4/libepoxy-1.4.0.tar.xz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
libestr libestr
[libestr] [libestr]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://libestr.adiscon.com/files/download/libestr-0.1.11.tar.gz url = http://libestr.adiscon.com/files/download/libestr-0.1.11.tar.gz
md5sum = 1f25a2332750d4bfacfb314235fedff0 md5sum = 1f25a2332750d4bfacfb314235fedff0
......
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../openssl/buildout.cfg ../openssl/buildout.cfg
[libevent] [libevent]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz url = http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz
md5sum = 0b3ea18c634072d12b3c1ee734263664 md5sum = 0b3ea18c634072d12b3c1ee734263664
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
libexpat libexpat
[libexpat] [libexpat]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/libexpat/libexpat/releases/download/R_2_2_10/expat-2.2.10.tar.lz url = https://github.com/libexpat/libexpat/releases/download/R_2_2_10/expat-2.2.10.tar.lz
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
libfastjson libfastjson
[libfastjson] [libfastjson]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/rsyslog/libfastjson/archive/v0.99.9.tar.gz url = https://github.com/rsyslog/libfastjson/archive/v0.99.9.tar.gz
md5sum = 3c45e6efc838cd364588d6d1822c4ea8 md5sum = 3c45e6efc838cd364588d6d1822c4ea8
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
libffi libffi
[libffi] [libffi]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 3.3 version = 3.3
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
libiconv libiconv
[libiconv] [libiconv]
<= glibc-aware
patch-binary = ${patch:location}/bin/patch patch-binary = ${patch:location}/bin/patch
patch-options = -p1 patch-options = -p1
patches = patches =
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
libjpeg libjpeg
[libjpeg] [libjpeg]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.ijg.org/files/jpegsrc.v9d.tar.gz url = http://www.ijg.org/files/jpegsrc.v9d.tar.gz
...@@ -15,6 +16,7 @@ configure-options = ...@@ -15,6 +16,7 @@ configure-options =
--disable-static --disable-static
[libjpeg-turbo2] [libjpeg-turbo2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://freefr.dl.sourceforge.net/project/libjpeg-turbo/${:version}/libjpeg-turbo-${:version}.tar.gz url = https://freefr.dl.sourceforge.net/project/libjpeg-turbo/${:version}/libjpeg-turbo-${:version}.tar.gz
...@@ -32,6 +34,7 @@ environment = ...@@ -32,6 +34,7 @@ environment =
PATH=${cmake:location}/bin:%(PATH)s PATH=${cmake:location}/bin:%(PATH)s
[libjpeg-turbo] [libjpeg-turbo]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://freefr.dl.sourceforge.net/project/libjpeg-turbo/${:version}/libjpeg-turbo-${:version}.tar.gz url = https://freefr.dl.sourceforge.net/project/libjpeg-turbo/${:version}/libjpeg-turbo-${:version}.tar.gz
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
[libmicrohttpd] [libmicrohttpd]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.70.tar.gz url = https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.70.tar.gz
......
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../bison/buildout.cfg ../bison/buildout.cfg
[libnl] [libnl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz url = https://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz
......
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../libtirpc/buildout.cfg ../libtirpc/buildout.cfg
[libnsl] [libnsl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/thkukuk/libnsl/releases/download/v1.3.0/libnsl-1.3.0.tar.xz url = https://github.com/thkukuk/libnsl/releases/download/v1.3.0/libnsl-1.3.0.tar.xz
......
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../flex/buildout.cfg ../flex/buildout.cfg
[libpcap] [libpcap]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.tcpdump.org/release/libpcap-1.10.1.tar.gz url = https://www.tcpdump.org/release/libpcap-1.10.1.tar.gz
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
libpng libpng
[libpng-common] [libpng-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-options = configure-options =
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[libcroco] [libcroco]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/libcroco-0.6.11.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/libcroco-0.6.11.tar.xz
...@@ -21,6 +22,7 @@ environment = ...@@ -21,6 +22,7 @@ environment =
LDFLAGS=-Wl,-rpath=${zlib:location}/lib LDFLAGS=-Wl,-rpath=${zlib:location}/lib
[librsvg] [librsvg]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/librsvg-2.40.16.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/librsvg-2.40.16.tar.xz
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
librsync librsync
[librsync] [librsync]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/librsync/librsync/archive/v2.3.2.tar.gz url = https://github.com/librsync/librsync/archive/v2.3.2.tar.gz
......
...@@ -11,6 +11,7 @@ extends = ...@@ -11,6 +11,7 @@ extends =
[libsecret] [libsecret]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.4.tar.xz url = https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.4.tar.xz
md5sum = bf92f48afab2891f644f311e0f37683f md5sum = bf92f48afab2891f644f311e0f37683f
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
libsigc libsigc
[libsigc] [libsigc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/libsigc++-2.10.0.tar.xz url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/libsigc++-2.10.0.tar.xz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
libsodium libsodium
[libsodium] [libsodium]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.libsodium.org/libsodium/releases/old/unsupported/libsodium-1.0.8.tar.gz url = https://download.libsodium.org/libsodium/releases/old/unsupported/libsodium-1.0.8.tar.gz
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
../patch/buildout.cfg ../patch/buildout.cfg
[libstemmer] [libstemmer]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://snowball.tartarus.org/dist/libstemmer_c.tgz url = http://snowball.tartarus.org/dist/libstemmer_c.tgz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
libtasn1 libtasn1
[libtasn1] [libtasn1]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.17.0.tar.gz url = https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.17.0.tar.gz
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
libtiff libtiff
[libtiff] [libtiff]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz url = http://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = libtirpc parts = libtirpc
[libtirpc] [libtirpc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.2.tar.bz2 url = https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.2.tar.bz2
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = libtool parts = libtool
[libtool] [libtool]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
md5sum = 1bfb9b923f2c1339b4d2ce1807064aa5 md5sum = 1bfb9b923f2c1339b4d2ce1807064aa5
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
liburing liburing
[liburing] [liburing]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/axboe/liburing/archive/refs/tags/liburing-2.0.tar.gz url = https://github.com/axboe/liburing/archive/refs/tags/liburing-2.0.tar.gz
......
...@@ -11,6 +11,7 @@ parts = ...@@ -11,6 +11,7 @@ parts =
x11vnc x11vnc
[libvncserver] [libvncserver]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/LibVNC/libvncserver/archive/refs/tags/LibVNCServer-0.9.13.tar.gz url = https://github.com/LibVNC/libvncserver/archive/refs/tags/LibVNCServer-0.9.13.tar.gz
...@@ -52,6 +53,7 @@ environment = ...@@ -52,6 +53,7 @@ environment =
LDFLAGS=-L${libgcrypt:location}/lib -Wl,-rpath=${libgcrypt:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libjpeg-turbo2:location}/lib -Wl,-rpath=${libjpeg-turbo2:location}/lib -Wl,-rpath=${libpng:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${gnutls:location}/lib -Wl,-rpath=${gnutls:location}/lib -L${lzo:location}/lib -pthread -ljpeg LDFLAGS=-L${libgcrypt:location}/lib -Wl,-rpath=${libgcrypt:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libjpeg-turbo2:location}/lib -Wl,-rpath=${libjpeg-turbo2:location}/lib -Wl,-rpath=${libpng:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${gnutls:location}/lib -Wl,-rpath=${gnutls:location}/lib -L${lzo:location}/lib -pthread -ljpeg
[x11vnc] [x11vnc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/LibVNC/x11vnc/archive/0.9.16.tar.gz url = https://github.com/LibVNC/x11vnc/archive/0.9.16.tar.gz
md5sum = 64172e8f896389ec963fff93415f0d93 md5sum = 64172e8f896389ec963fff93415f0d93
......
...@@ -10,6 +10,7 @@ parts = ...@@ -10,6 +10,7 @@ parts =
libxml2 libxml2
[libxml2] [libxml2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz url = https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
libxslt libxslt
[libxslt] [libxslt]
<= glibc-aware
url = https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.37.tar.xz url = https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.37.tar.xz
md5sum = 84e86fc8a1b7495674016e05e4c5da44 md5sum = 84e86fc8a1b7495674016e05e4c5da44
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
libyaml libyaml
[libyaml] [libyaml]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz url = http://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
parts = libzip parts = libzip
[libzip] [libzip]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://libzip.org/download/libzip-1.5.2.tar.xz url = https://libzip.org/download/libzip-1.5.2.tar.xz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
libzmq libzmq
[libzmq] [libzmq]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://download.zeromq.org/zeromq-4.1.4.tar.gz url = http://download.zeromq.org/zeromq-4.1.4.tar.gz
......
# Implementation of the Precision Time Protocol (PTP) for linux http://linuxptp.sourceforge.net/ # Implementation of the Precision Time Protocol (PTP) for linux http://linuxptp.sourceforge.net/
[linuxptp] [linuxptp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
configure-command = true configure-command = true
url = https://sourceforge.net/projects/linuxptp/files/v3.1/linuxptp-3.1.1.tgz url = https://sourceforge.net/projects/linuxptp/files/v3.1/linuxptp-3.1.1.tgz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
lksctp-tools lksctp-tools
[lksctp-tools] [lksctp-tools]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://freefr.dl.sourceforge.net/project/lksctp/lksctp-tools/lksctp-tools-1.0.17.tar.gz url = https://freefr.dl.sourceforge.net/project/lksctp/lksctp-tools/lksctp-tools-1.0.17.tar.gz
md5sum = 68e9b8fa4d4e331029b247b72d46d7a5 md5sum = 68e9b8fa4d4e331029b247b72d46d7a5
...@@ -16,6 +16,7 @@ environment = ...@@ -16,6 +16,7 @@ environment =
PATH=${xz-utils:location}/bin:%(PATH)s PATH=${xz-utils:location}/bin:%(PATH)s
[llvm] [llvm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-${:version}/llvm-${:version}.src.tar.xz url = https://github.com/llvm/llvm-project/releases/download/llvmorg-${:version}/llvm-${:version}.src.tar.xz
......
...@@ -10,6 +10,7 @@ parts = ...@@ -10,6 +10,7 @@ parts =
lmsensors lmsensors
[lmsensors] [lmsensors]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://src.fedoraproject.org/repo/pkgs/lm_sensors/lm_sensors-3.3.5.tar.bz2/da506dedceb41822e64865f6ba34828a/lm_sensors-3.3.5.tar.bz2 url = https://src.fedoraproject.org/repo/pkgs/lm_sensors/lm_sensors-3.3.5.tar.bz2/da506dedceb41822e64865f6ba34828a/lm_sensors-3.3.5.tar.bz2
md5sum = da506dedceb41822e64865f6ba34828a md5sum = da506dedceb41822e64865f6ba34828a
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
parts = logrotate parts = logrotate
[logrotate] [logrotate]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/logrotate/logrotate/releases/download/3.18.1/logrotate-3.18.1.tar.xz url = https://github.com/logrotate/logrotate/releases/download/3.18.1/logrotate-3.18.1.tar.xz
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
lua lua
[lua] [lua]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.lua.org/ftp/lua-5.4.3.tar.gz url = http://www.lua.org/ftp/lua-5.4.3.tar.gz
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
parts = luajit parts = luajit
[luajit] [luajit]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://luajit.org/download/LuaJIT-2.0.5.tar.gz url = https://luajit.org/download/LuaJIT-2.0.5.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
lunzip lunzip
[lunzip] [lunzip]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://download-mirror.savannah.gnu.org/releases/lzip/lunzip/lunzip-1.13.tar.gz url = http://download-mirror.savannah.gnu.org/releases/lzip/lunzip/lunzip-1.13.tar.gz
......
...@@ -3,6 +3,7 @@ extends = ...@@ -3,6 +3,7 @@ extends =
../libaio/buildout.cfg ../libaio/buildout.cfg
[lvm2] [lvm2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://mirrors.kernel.org/sourceware/lvm2/LVM2.2.03.15.tgz url = https://mirrors.kernel.org/sourceware/lvm2/LVM2.2.03.15.tgz
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = lynx parts = lynx
[lynx] [lynx]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
md5sum = 124253e635f7c76bdffc47b9d036c812 md5sum = 124253e635f7c76bdffc47b9d036c812
url = http://lynx.isc.org/lynx2.8.7/lynx2.8.7.tar.gz url = http://lynx.isc.org/lynx2.8.7/lynx2.8.7.tar.gz
...@@ -4,6 +4,7 @@ parts = ...@@ -4,6 +4,7 @@ parts =
lz4 lz4
[lz4] [lz4]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/lz4/lz4/archive/v1.9.3.tar.gz url = https://github.com/lz4/lz4/archive/v1.9.3.tar.gz
......
...@@ -4,6 +4,7 @@ parts = ...@@ -4,6 +4,7 @@ parts =
lzo lzo
[lzo] [lzo]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz url = https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
m4 m4
[m4] [m4]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz url = http://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz
......
...@@ -13,6 +13,7 @@ parts = ...@@ -13,6 +13,7 @@ parts =
<= make3.81-debian <= make3.81-debian
[make3.81-debian] [make3.81-debian]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://archive.debian.org/debian-archive/debian/pool/main/m/make-dfsg/make-dfsg_3.81.orig.tar.gz url = http://archive.debian.org/debian-archive/debian/pool/main/m/make-dfsg/make-dfsg_3.81.orig.tar.gz
md5sum = 7c93b1ab4680eb21c2c13f4f47741e2d md5sum = 7c93b1ab4680eb21c2c13f4f47741e2d
......
...@@ -27,6 +27,7 @@ parts = ...@@ -27,6 +27,7 @@ parts =
mariadb mariadb
[mariadb-10.4] [mariadb-10.4]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz
...@@ -92,6 +93,7 @@ post-install = ...@@ -92,6 +93,7 @@ post-install =
cp -a wsrep-lib/include %(location)s/wsrep-lib cp -a wsrep-lib/include %(location)s/wsrep-lib
[mroonga-mariadb] [mroonga-mariadb]
<= glibc-aware
# mroonga - a storage engine for MySQL. It provides fast fulltext search feature to all MySQL users. # mroonga - a storage engine for MySQL. It provides fast fulltext search feature to all MySQL users.
# https://mroonga.org/ # https://mroonga.org/
# #
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
../bison/buildout.cfg ../bison/buildout.cfg
[matiec] [matiec]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/beremiz/matiec/archive/${:version}.tar.gz url = https://github.com/beremiz/matiec/archive/${:version}.tar.gz
md5sum = 6ee62c3d523c6154e7d781d98756444f md5sum = 6ee62c3d523c6154e7d781d98756444f
......
...@@ -27,6 +27,7 @@ git-executable = ${git:location}/bin/git ...@@ -27,6 +27,7 @@ git-executable = ${git:location}/bin/git
ignore-cloning-submodules = true ignore-cloning-submodules = true
[mavsdk] [mavsdk]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${mavsdk-source:location} path = ${mavsdk-source:location}
cmake = ${cmake:location}/bin/cmake cmake = ${cmake:location}/bin/cmake
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = mbedtls parts = mbedtls
[mbedtls] [mbedtls]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://tls.mbed.org/download/mbedtls-2.16.0-gpl.tgz url = https://tls.mbed.org/download/mbedtls-2.16.0-gpl.tgz
md5sum = 899b8385c0b47fb3e0e52baca16c93c8 md5sum = 899b8385c0b47fb3e0e52baca16c93c8
......
...@@ -11,6 +11,7 @@ parts = ...@@ -11,6 +11,7 @@ parts =
mca mca
[mca] [mca]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://lab.nexedi.com/nexedi/metadata-collect-agent/-/archive/v0.3.1/metadata-collect-agent-v0.3.1.tar.gz url = https://lab.nexedi.com/nexedi/metadata-collect-agent/-/archive/v0.3.1/metadata-collect-agent-v0.3.1.tar.gz
md5sum = cbd6cf10f83c760cebc19bb9c1455f8e md5sum = cbd6cf10f83c760cebc19bb9c1455f8e
......
...@@ -15,6 +15,7 @@ parts = ...@@ -15,6 +15,7 @@ parts =
mesa mesa
[mesa] [mesa]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://archive.mesa3d.org/mesa-18.0.0.tar.xz url = https://archive.mesa3d.org/mesa-18.0.0.tar.xz
...@@ -49,6 +50,7 @@ make-options = ...@@ -49,6 +50,7 @@ make-options =
LIBTOOL=${libtool:location}/bin/libtool LIBTOOL=${libtool:location}/bin/libtool
[glu] [glu]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
# tar.bz2 cannot be well extracted why ? # tar.bz2 cannot be well extracted why ?
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
meson meson
[meson] [meson]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/mesonbuild/meson/releases/download/${:version}/meson-${:version}.tar.gz url = https://github.com/mesonbuild/meson/releases/download/${:version}/meson-${:version}.tar.gz
......
...@@ -6,6 +6,7 @@ parts = messagepack ...@@ -6,6 +6,7 @@ parts = messagepack
# A new 'msgpack' component should be created if needed. # A new 'msgpack' component should be created if needed.
[messagepack] [messagepack]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/msgpack-0.5.4.tar.gz url = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/msgpack-0.5.4.tar.gz
......
...@@ -18,6 +18,7 @@ git-executable = ${git:location}/bin/git ...@@ -18,6 +18,7 @@ git-executable = ${git:location}/bin/git
[miniupnpd] [miniupnpd]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
path = ${miniupnp-repository:location}/miniupnpd path = ${miniupnp-repository:location}/miniupnpd
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
../openssl/buildout.cfg ../openssl/buildout.cfg
[mosh] [mosh]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://mosh.org/mosh-1.3.0.tar.gz url = https://mosh.org/mosh-1.3.0.tar.gz
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
../libxslt/buildout.cfg ../libxslt/buildout.cfg
[mosquitto] [mosquitto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://mosquitto.org/files/source/mosquitto-2.0.15.tar.gz url = https://mosquitto.org/files/source/mosquitto-2.0.15.tar.gz
md5sum = 22b7a8b05caa692cb22496b791529193 md5sum = 22b7a8b05caa692cb22496b791529193
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
../ncurses/buildout.cfg ../ncurses/buildout.cfg
[nano] [nano]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.nano-editor.org/dist/v6/nano-6.2.tar.xz url = https://www.nano-editor.org/dist/v6/nano-6.2.tar.xz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
ncurses ncurses
[ncurses] [ncurses]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz url = http://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
parts = netcat parts = netcat
[netcat] [netcat]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://sourceforge.net/projects/netcat/files/netcat/0.7.1/netcat-0.7.1.tar.gz url = http://sourceforge.net/projects/netcat/files/netcat/0.7.1/netcat-0.7.1.tar.gz
md5sum = 088def25efe04dcdd1f8369d8926ab34 md5sum = 088def25efe04dcdd1f8369d8926ab34
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
../patch/buildout.cfg ../patch/buildout.cfg
[nettle] [nettle]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.gnu.org/gnu/nettle/nettle-3.7.3.tar.gz url = https://ftp.gnu.org/gnu/nettle/nettle-3.7.3.tar.gz
......
...@@ -8,11 +8,13 @@ extends = ...@@ -8,11 +8,13 @@ extends =
[libnml] [libnml]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.netfilter.org/projects/libmnl/files/libmnl-1.0.4.tar.bz2 url = http://www.netfilter.org/projects/libmnl/files/libmnl-1.0.4.tar.bz2
md5sum = be9b4b5328c6da1bda565ac5dffadb2d md5sum = be9b4b5328c6da1bda565ac5dffadb2d
[libnftnl] [libnftnl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.netfilter.org/projects/libnftnl/files/libnftnl-1.1.9.tar.bz2 url = http://www.netfilter.org/projects/libnftnl/files/libnftnl-1.1.9.tar.bz2
md5sum = e03cefd53f4b076d959abe36de5c38f8 md5sum = e03cefd53f4b076d959abe36de5c38f8
...@@ -21,11 +23,13 @@ environment = ...@@ -21,11 +23,13 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[jansson] [jansson]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://digip.org/jansson/releases/jansson-2.13.1.tar.gz url = https://digip.org/jansson/releases/jansson-2.13.1.tar.gz
md5sum = 570af45b8203e95876d71fecd56cee20 md5sum = 570af45b8203e95876d71fecd56cee20
[iptables] [iptables]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.netfilter.org/projects/iptables/files/iptables-1.8.7.tar.bz2 url = http://www.netfilter.org/projects/iptables/files/iptables-1.8.7.tar.bz2
md5sum = 602ba7e937c72fbb7b1c2b71c3b0004b md5sum = 602ba7e937c72fbb7b1c2b71c3b0004b
...@@ -36,6 +40,7 @@ environment = ...@@ -36,6 +40,7 @@ environment =
LDFLAGS=-Wl,-rpath=${:location}/lib LDFLAGS=-Wl,-rpath=${:location}/lib
[nftables] [nftables]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.netfilter.org/projects/nftables/files/nftables-0.9.8.tar.bz2 url = http://www.netfilter.org/projects/nftables/files/nftables-0.9.8.tar.bz2
md5sum = 77bf0bd43e65e92212fc73139a2e47fc md5sum = 77bf0bd43e65e92212fc73139a2e47fc
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
nghttp2 nghttp2
[nghttp2] [nghttp2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/nghttp2/nghttp2/archive/v1.40.0.tar.gz url = https://github.com/nghttp2/nghttp2/archive/v1.40.0.tar.gz
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
parts = nginx-output parts = nginx-output
[nginx-common] [nginx-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://nginx.org/download/nginx-1.20.1.tar.gz url = https://nginx.org/download/nginx-1.20.1.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
ninja ninja
[ninja] [ninja]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 1.10.2 version = 1.10.2
......
...@@ -61,6 +61,7 @@ md5sum = 5690333b77964edf81945fc724f6ea85 ...@@ -61,6 +61,7 @@ md5sum = 5690333b77964edf81945fc724f6ea85
PATH = ${pkgconfig:location}/bin:${python2.7:location}/bin:%(PATH)s PATH = ${pkgconfig:location}/bin:${python2.7:location}/bin:%(PATH)s
[nodejs-base] [nodejs-base]
<= glibc-aware
# Server-side Javascript. # Server-side Javascript.
version = version =
md5sum = md5sum =
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = nspr parts = nspr
[nspr] [nspr]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://ftp.mozilla.org/pub/nspr/releases/v4.13.1/src/nspr-4.13.1.tar.gz url = https://ftp.mozilla.org/pub/nspr/releases/v4.13.1/src/nspr-4.13.1.tar.gz
md5sum = 9c44298a6fc478b3c0a4e98f4f9981ed md5sum = 9c44298a6fc478b3c0a4e98f4f9981ed
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[nss] [nss]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_45_RTM/src/nss-3.45.tar.gz url = https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_45_RTM/src/nss-3.45.tar.gz
md5sum = f1752d7223ee9d910d551e57264bafa8 md5sum = f1752d7223ee9d910d551e57264bafa8
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = nullmailer parts = nullmailer
[nullmailer] [nullmailer]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://untroubled.org/nullmailer/nullmailer-1.05.tar.gz url = http://untroubled.org/nullmailer/nullmailer-1.05.tar.gz
md5sum = 35124cc05f893efba1310e2ec7c876ff md5sum = 35124cc05f893efba1310e2ec7c876ff
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
oniguruma oniguruma
[oniguruma] [oniguruma]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/kkos/oniguruma/releases/download/v6.9.6/onig-6.9.6.tar.gz url = https://github.com/kkos/oniguruma/releases/download/v6.9.6/onig-6.9.6.tar.gz
md5sum = 4759064e1a6c23e764fa6918c700ecbd md5sum = 4759064e1a6c23e764fa6918c700ecbd
......
...@@ -11,6 +11,7 @@ parts += ...@@ -11,6 +11,7 @@ parts +=
onlyoffice-core onlyoffice-core
[onlyoffice-core] [onlyoffice-core]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
location = @@LOCATION@@ location = @@LOCATION@@
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../patch/buildout.cfg ../patch/buildout.cfg
[open62541] [open62541]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/open62541/open62541/archive/refs/heads/pack/v1.3.zip url = https://github.com/open62541/open62541/archive/refs/heads/pack/v1.3.zip
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
openblas openblas
[openblas] [openblas]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz url = https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz
......
...@@ -17,6 +17,7 @@ url = https://dlcdn.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2 ...@@ -17,6 +17,7 @@ url = https://dlcdn.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2
md5sum = 2a1ef0230e673b6da876a8fc9744b9a1 md5sum = 2a1ef0230e673b6da876a8fc9744b9a1
[opencv] [opencv]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/opencv/opencv/archive/4.3.0.tar.gz url = https://github.com/opencv/opencv/archive/4.3.0.tar.gz
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../cyrus-sasl/buildout.cfg ../cyrus-sasl/buildout.cfg
[openldap] [openldap]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.47.tgz url = http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.47.tgz
......
...@@ -14,6 +14,7 @@ parts = ...@@ -14,6 +14,7 @@ parts =
openssh openssh
[openssh] [openssh]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
md5sum = 8ce5f390958baeeab635aafd0ef41453 md5sum = 8ce5f390958baeeab635aafd0ef41453
......
...@@ -15,6 +15,7 @@ parts = ...@@ -15,6 +15,7 @@ parts =
openssl-output openssl-output
[openssl] [openssl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.openssl.org/source/openssl-1.1.1o.tar.gz url = https://www.openssl.org/source/openssl-1.1.1o.tar.gz
...@@ -56,6 +57,7 @@ openssl = ${openssl:location}/bin/openssl ...@@ -56,6 +57,7 @@ openssl = ${openssl:location}/bin/openssl
bin = ${openssl:location} bin = ${openssl:location}
[openssl-1.0] [openssl-1.0]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.openssl.org/source/openssl-1.0.2u.tar.gz url = https://www.openssl.org/source/openssl-1.0.2u.tar.gz
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
openvpn openvpn
[openvpn] [openvpn]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://swupdate.openvpn.org/community/releases/openvpn-${:version}.tar.xz url = https://swupdate.openvpn.org/community/releases/openvpn-${:version}.tar.xz
version = 2.4.7 version = 2.4.7
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[optipng] [optipng]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://prdownloads.sourceforge.net/optipng/optipng-0.7.7.tar.gz url = http://prdownloads.sourceforge.net/optipng/optipng-0.7.7.tar.gz
md5sum = 211101965baf42fd24a2aa990b7e842e md5sum = 211101965baf42fd24a2aa990b7e842e
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
../pkgconfig/buildout.cfg ../pkgconfig/buildout.cfg
[p11-kit] [p11-kit]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/p11-glue/p11-kit/releases/download/${:version}/p11-kit-${:version}.tar.xz url = https://github.com/p11-glue/p11-kit/releases/download/${:version}/p11-kit-${:version}.tar.xz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
p7zip p7zip
[p7zip] [p7zip]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://downloads.sourceforge.net/project/p7zip/p7zip/${:version}/p7zip_${:version}_src_all.tar.bz2 url = https://downloads.sourceforge.net/project/p7zip/p7zip/${:version}/p7zip_${:version}_src_all.tar.bz2
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
patch patch
[patch] [patch]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz url = http://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
patchelf patchelf
[patchelf] [patchelf]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/NixOS/patchelf/archive/0.11.tar.gz url = https://github.com/NixOS/patchelf/archive/0.11.tar.gz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
pcre pcre
[pcre] [pcre]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.sourceforge.net/pcre/pcre/8.45/pcre-8.45.tar.bz2 url = https://download.sourceforge.net/pcre/pcre/8.45/pcre-8.45.tar.bz2
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
perl perl
[perl] [perl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = 5.28.1 version = 5.28.1
...@@ -35,6 +36,7 @@ post-make-hook = ${:_profile_base_location_}/perl-create-libs-symlink.py#943453b ...@@ -35,6 +36,7 @@ post-make-hook = ${:_profile_base_location_}/perl-create-libs-symlink.py#943453b
[perl-CPAN-package] [perl-CPAN-package]
<= glibc-aware
# Macro to install a perl package from CPAN # Macro to install a perl package from CPAN
# This macro will generate a perl wrapper as {:perl-bin} and rewrite all # This macro will generate a perl wrapper as {:perl-bin} and rewrite all
# scripts installed by the package to use this perl. Executable scripts are # scripts installed by the package to use this perl. Executable scripts are
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
pkgconfig pkgconfig
[pkgconfig] [pkgconfig]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz url = https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
pole pole
[pole] [pole]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
url = https://bitbucket.org/dimin/pole/get/c15e513.tar.gz url = https://bitbucket.org/dimin/pole/get/c15e513.tar.gz
......
...@@ -12,6 +12,7 @@ extends = ...@@ -12,6 +12,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[poppler] [poppler]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://poppler.freedesktop.org/poppler-0.43.0.tar.xz url = https://poppler.freedesktop.org/poppler-0.43.0.tar.xz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
popt popt
[popt] [popt]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.rpm.org/popt/releases/popt-1.x/popt-1.18.tar.gz url = http://ftp.rpm.org/popt/releases/popt-1.x/popt-1.18.tar.gz
......
...@@ -12,6 +12,7 @@ extends = ...@@ -12,6 +12,7 @@ extends =
../m4/buildout.cfg ../m4/buildout.cfg
[postfix] [postfix]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.7.3.tar.gz url = http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.7.3.tar.gz
......
...@@ -11,6 +11,7 @@ parts = postgresql ...@@ -11,6 +11,7 @@ parts = postgresql
<= postgresql10 <= postgresql10
[postgresql-common] [postgresql-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-options = configure-options =
......
...@@ -19,6 +19,7 @@ parts = ...@@ -19,6 +19,7 @@ parts =
powerdns powerdns
[powerdns] [powerdns]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://downloads.powerdns.com/releases/pdns-4.5.1.tar.bz2 url = https://downloads.powerdns.com/releases/pdns-4.5.1.tar.bz2
md5sum = 5f0ba98ca59bc3d84cfd09097c8b9953 md5sum = 5f0ba98ca59bc3d84cfd09097c8b9953
......
...@@ -20,6 +20,7 @@ init = ...@@ -20,6 +20,7 @@ init =
options['GROUP'] = grp.getgrgid(os.getgid())[0] options['GROUP'] = grp.getgrgid(os.getgid())[0]
[proftpd] [proftpd]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
md5sum = 4a9b8877b2e9b08d70e71ad56c19e2c9 md5sum = 4a9b8877b2e9b08d70e71ad56c19e2c9
url = ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.7a.tar.gz url = ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.7a.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
proj4 proj4
[proj4] [proj4]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 4.8.0 version = 4.8.0
url = http://download.osgeo.org/proj/proj-${:version}.tar.gz url = http://download.osgeo.org/proj/proj-${:version}.tar.gz
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = protobuf parts = protobuf
[protobuf] [protobuf]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/google/protobuf/releases/download/v3.4.0/protobuf-python-3.4.0.tar.gz url = https://github.com/google/protobuf/releases/download/v3.4.0/protobuf-python-3.4.0.tar.gz
...@@ -13,6 +14,7 @@ environment = ...@@ -13,6 +14,7 @@ environment =
LDFLAGS=-Wl,-rpath=${zlib:location}/lib LDFLAGS=-Wl,-rpath=${zlib:location}/lib
[protobuf-cpp] [protobuf-cpp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/google/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.tar.gz url = https://github.com/google/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.tar.gz
......
...@@ -22,6 +22,7 @@ parts = ...@@ -22,6 +22,7 @@ parts =
proxysql proxysql
[proxysql] [proxysql]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = v2.3.2 version = v2.3.2
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = pure-ftpd parts = pure-ftpd
[pure-ftpd] [pure-ftpd]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/jedisct1/pure-ftpd/releases/download/${:version}/pure-ftpd-${:version}.tar.bz2 url = https://github.com/jedisct1/pure-ftpd/releases/download/${:version}/pure-ftpd-${:version}.tar.bz2
version = 1.0.50 version = 1.0.50
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
pwgen pwgen
[pwgen] [pwgen]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/pwgen/pwgen/2.06/pwgen-2.06.tar.gz url = http://downloads.sourceforge.net/project/pwgen/pwgen/2.06/pwgen-2.06.tar.gz
md5sum = 935aebcbe610fbc9de8125e7b7d71297 md5sum = 935aebcbe610fbc9de8125e7b7d71297
...@@ -11,6 +11,7 @@ extends = ...@@ -11,6 +11,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[pycparser-shared] [pycparser-shared]
<= glibc-aware
# XXX: # XXX:
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
...@@ -21,6 +22,7 @@ make-binary = ...@@ -21,6 +22,7 @@ make-binary =
make-targets = python setup.py install --install-lib @@LOCATION@@ make-targets = python setup.py install --install-lib @@LOCATION@@
[pypy2] [pypy2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://downloads.python.org/pypy/pypy2.7-v7.3.1-src.tar.bz2 url = https://downloads.python.org/pypy/pypy2.7-v7.3.1-src.tar.bz2
......
...@@ -27,6 +27,7 @@ arguments = sys.argv[1:] + ["bootstrap"] ...@@ -27,6 +27,7 @@ arguments = sys.argv[1:] + ["bootstrap"]
python = python2.7 python = python2.7
[python2.7] [python2.7]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
package_version = 2.7.18 package_version = 2.7.18
......
...@@ -4,6 +4,7 @@ parts = ...@@ -4,6 +4,7 @@ parts =
python-slip-egg python-slip-egg
[python-slip] [python-slip]
<= glibc-aware
# BUG: This section does FS changes outside location. # BUG: This section does FS changes outside location.
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/nphilipp/python-slip/releases/download/python-slip-0.6.5/python-slip-0.6.5.tar.bz2 url = https://github.com/nphilipp/python-slip/releases/download/python-slip-0.6.5/python-slip-0.6.5.tar.bz2
......
...@@ -21,6 +21,7 @@ parts = ...@@ -21,6 +21,7 @@ parts =
<= python3.8 <= python3.8
[python3-common] [python3-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
package_version_suffix = package_version_suffix =
......
...@@ -46,6 +46,7 @@ scripts = pytorch-build-interpreter ...@@ -46,6 +46,7 @@ scripts = pytorch-build-interpreter
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
[torch] [torch]
<= glibc-aware
recipe = slapos.recipe.build recipe = slapos.recipe.build
egg = ${:_buildout_section_name_} egg = ${:_buildout_section_name_}
workdir = ${pytorch-repository:location} workdir = ${pytorch-repository:location}
......
...@@ -24,6 +24,7 @@ extends = ...@@ -24,6 +24,7 @@ extends =
min_version = 7.4 min_version = 7.4
[qemu] [qemu]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.qemu.org/qemu-7.0.0.tar.xz url = https://download.qemu.org/qemu-7.0.0.tar.xz
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
parts = qjs-wrapper parts = qjs-wrapper
[qjs-wrapper] [qjs-wrapper]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-command = true configure-command = true
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
qt4-qmake qt4-qmake
[qt5-qmake] [qt5-qmake]
<= glibc-aware
# XXX work on all systems needs check # XXX work on all systems needs check
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
...@@ -38,6 +39,7 @@ post-install = ...@@ -38,6 +39,7 @@ post-install =
[qt4-qmake] [qt4-qmake]
<= glibc-aware
# building [qmake] will download the full qt source anyway ~200MB # building [qmake] will download the full qt source anyway ~200MB
# qmake binary can be reached directly from ${qt:location}/bin/qmake if [qt] is fully built # qmake binary can be reached directly from ${qt:location}/bin/qmake if [qt] is fully built
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
......
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
parts = quickjs parts = quickjs
[quickjs] [quickjs]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-command = true configure-command = true
......
...@@ -11,6 +11,7 @@ parts = ...@@ -11,6 +11,7 @@ parts =
r-language r-language
[r-language] [r-language]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://cran.r-project.org/src/base/R-3/R-3.2.1.tar.gz url = https://cran.r-project.org/src/base/R-3/R-3.2.1.tar.gz
md5sum = c2aac8b40f84e08e7f8c9068de9239a3 md5sum = c2aac8b40f84e08e7f8c9068de9239a3
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
ragel ragel
[ragel] [ragel]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.colm.net/files/ragel/ragel-6.8.tar.gz url = http://www.colm.net/files/ragel/ragel-6.8.tar.gz
md5sum = 1bb39745ac23da449019f9f2cb4b0d01 md5sum = 1bb39745ac23da449019f9f2cb4b0d01
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
rdiff-backup-1.3.4 rdiff-backup-1.3.4
[rdiff-backup-common] [rdiff-backup-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
patch-options = -p1 patch-options = -p1
......
...@@ -9,6 +9,7 @@ parts = ...@@ -9,6 +9,7 @@ parts =
# readline-5.x is still used for GPL2 only softwares. # readline-5.x is still used for GPL2 only softwares.
[readline5] [readline5]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz url = http://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz
...@@ -34,6 +35,7 @@ configure-options = ...@@ -34,6 +35,7 @@ configure-options =
patch-binary = ${patch:location}/bin/patch patch-binary = ${patch:location}/bin/patch
[readline] [readline]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/readline/readline-8.1.tar.gz url = http://ftp.gnu.org/gnu/readline/readline-8.1.tar.gz
......
...@@ -11,6 +11,7 @@ extends = ...@@ -11,6 +11,7 @@ extends =
<= redis28 <= redis28
[redis28] [redis28]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://download.redis.io/releases/redis-2.8.24.tar.gz url = http://download.redis.io/releases/redis-2.8.24.tar.gz
md5sum = 7b6eb6e4ccc050c351df8ae83c55a035 md5sum = 7b6eb6e4ccc050c351df8ae83c55a035
......
...@@ -18,6 +18,7 @@ revision = 2e1cdbcb497f9b088fa5a9ff9489df2f59d81d07 ...@@ -18,6 +18,7 @@ revision = 2e1cdbcb497f9b088fa5a9ff9489df2f59d81d07
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[rina-tools] [rina-tools]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${irati-stack:location}/rina-tools path = ${irati-stack:location}/rina-tools
pre-configure = pre-configure =
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
rrdtools rrdtools
[rrdtools] [rrdtools]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
md5sum = dbe59386db97fd2f2216729facd74ca8 md5sum = dbe59386db97fd2f2216729facd74ca8
url = http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.8.tar.gz url = http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.8.tar.gz
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
rsync rsync
[rsync] [rsync]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://download.samba.org/pub/rsync/src/rsync-3.1.3.tar.gz url = https://download.samba.org/pub/rsync/src/rsync-3.1.3.tar.gz
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[rsyslogd] [rsyslogd]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2110.0.tar.gz url = https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2110.0.tar.gz
md5sum = 2d2b9d4a70a6e2fd4a7e806a5782c56b md5sum = 2d2b9d4a70a6e2fd4a7e806a5782c56b
......
...@@ -13,6 +13,7 @@ extends = ...@@ -13,6 +13,7 @@ extends =
parts = ruby parts = ruby
[ruby-common] [ruby-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
configure-options = configure-options =
--enable-shared --enable-rpath --disable-install-doc --enable-shared --enable-rpath --disable-install-doc
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
parts = rustc parts = rustc
[rustc] [rustc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://static.rust-lang.org/dist/rustc-1.64.0-src.tar.gz url = https://static.rust-lang.org/dist/rustc-1.64.0-src.tar.gz
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../texinfo/buildout.cfg ../texinfo/buildout.cfg
[screen] [screen]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/screen/screen-${:version}.tar.gz url = http://ftp.gnu.org/gnu/screen/screen-${:version}.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
sed sed
[sed] [sed]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = ftp://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz url = ftp://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
[serf] [serf]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://archive.apache.org/dist/serf/serf-1.3.9.tar.bz2 url = https://archive.apache.org/dist/serf/serf-1.3.9.tar.bz2
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = sheepstrike parts = sheepstrike
[sheepstrike] [sheepstrike]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://gitorious.org/sheepstrike/sheepstrike/archive-tarball/0.1 url = https://gitorious.org/sheepstrike/sheepstrike/archive-tarball/0.1
md5sum = 2c5009eb7c32d7ba5d270d0b88d7e5ab md5sum = 2c5009eb7c32d7ba5d270d0b88d7e5ab
......
...@@ -18,6 +18,7 @@ revision = b8285748993c4c99e80793775f3d2a0a4e962d5a ...@@ -18,6 +18,7 @@ revision = b8285748993c4c99e80793775f3d2a0a4e962d5a
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[shellinabox] [shellinabox]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${shellinabox-git-repository:location} path = ${shellinabox-git-repository:location}
configure-command = configure-command =
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
smartmontools smartmontools
[smartmontools] [smartmontools]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
md5sum = 2ea0c62206e110192a97b59291b17f54 md5sum = 2ea0c62206e110192a97b59291b17f54
url = http://freefr.dl.sourceforge.net/project/smartmontools/smartmontools/6.3/smartmontools-6.3.tar.gz url = http://freefr.dl.sourceforge.net/project/smartmontools/smartmontools/6.3/smartmontools-6.3.tar.gz
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
snappy snappy
[snappy] [snappy]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/google/snappy/archive/1.1.8.tar.gz url = https://github.com/google/snappy/archive/1.1.8.tar.gz
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
socat socat
[socat] [socat]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.dest-unreach.org/socat/download/Archive/socat-${:version}.tar.gz url = http://www.dest-unreach.org/socat/download/Archive/socat-${:version}.tar.gz
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
sqlite3 sqlite3
[sqlite3] [sqlite3]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz url = https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../xz-utils/buildout.cfg ../xz-utils/buildout.cfg
[squid] [squid]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.squid-cache.org/Versions/v3/3.4/squid-3.4.13.tar.xz url = http://www.squid-cache.org/Versions/v3/3.4/squid-3.4.13.tar.xz
md5sum = a5f6c978b2d7a99b161c8275e1acb470 md5sum = a5f6c978b2d7a99b161c8275e1acb470
......
...@@ -12,6 +12,7 @@ parts = ...@@ -12,6 +12,7 @@ parts =
srsLTE srsLTE
[srsLTE] [srsLTE]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/srsLTE/srsLTE/archive/release_18_09.zip url = https://github.com/srsLTE/srsLTE/archive/release_18_09.zip
md5sum = d9007ff9bd03ba67c6ed8acfd9bf2a7a md5sum = d9007ff9bd03ba67c6ed8acfd9bf2a7a
......
...@@ -18,6 +18,7 @@ parts = ...@@ -18,6 +18,7 @@ parts =
subversion subversion
[subversion] [subversion]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://downloads.apache.org/subversion/subversion-1.14.1.tar.bz2 url = https://downloads.apache.org/subversion/subversion-1.14.1.tar.bz2
......
...@@ -8,6 +8,7 @@ parts = ...@@ -8,6 +8,7 @@ parts =
swig swig
[swig] [swig]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://sourceforge.net/projects/swig/files/swig/swig-3.0.12/swig-3.0.12.tar.gz/download url = https://sourceforge.net/projects/swig/files/swig/swig-3.0.12/swig-3.0.12.tar.gz/download
......
...@@ -11,6 +11,7 @@ parts = ...@@ -11,6 +11,7 @@ parts =
sysbench sysbench
[sysbench] [sysbench]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/akopytov/sysbench/archive/1.0.19.tar.gz url = https://github.com/akopytov/sysbench/archive/1.0.19.tar.gz
......
...@@ -48,6 +48,7 @@ install = ...@@ -48,6 +48,7 @@ install =
call([python, '-c', 'import jinja2']) call([python, '-c', 'import jinja2'])
[systemd] [systemd]
<= glibc-aware
recipe = slapos.recipe.build recipe = slapos.recipe.build
shared = true shared = true
# XXX This version requires Linux kernel >= 3.7. # XXX This version requires Linux kernel >= 3.7.
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = tar parts = tar
[tar] [tar]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/tar/tar-1.29.tar.xz url = http://ftp.gnu.org/gnu/tar/tar-1.29.tar.xz
......
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
parts = tcl parts = tcl
[tcl] [tcl]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://prdownloads.sourceforge.net/tcl/tcl8.6.11-src.tar.gz url = http://prdownloads.sourceforge.net/tcl/tcl8.6.11-src.tar.gz
md5sum = 8a4c004f48984a03a7747e9ba06e4da4 md5sum = 8a4c004f48984a03a7747e9ba06e4da4
......
...@@ -19,6 +19,7 @@ parts = ...@@ -19,6 +19,7 @@ parts =
min_version = 7 min_version = 7
[tesseract] [tesseract]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/tesseract-ocr/tesseract/archive/refs/tags/4.1.1.tar.gz url = https://github.com/tesseract-ocr/tesseract/archive/refs/tags/4.1.1.tar.gz
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
<= texinfo4 <= texinfo4
[texinfo4] [texinfo4]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz url = http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz
......
...@@ -29,6 +29,7 @@ url = https://github.com/xavth/vscode-uri/archive/${:revision}.tar.gz ...@@ -29,6 +29,7 @@ url = https://github.com/xavth/vscode-uri/archive/${:revision}.tar.gz
md5sum = 877accd4e29d2293ce33815803d998cc md5sum = 877accd4e29d2293ce33815803d998cc
[theia] [theia]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
path = ${yarn.lock:location} path = ${yarn.lock:location}
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../ncurses/buildout.cfg ../ncurses/buildout.cfg
[tig] [tig]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/jonas/tig/releases/download/tig-2.5.7/tig-2.5.7.tar.gz url = https://github.com/jonas/tig/releases/download/tig-2.5.7/tig-2.5.7.tar.gz
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
tinyxml2 tinyxml2
[tinyxml2] [tinyxml2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-command = configure-command =
......
...@@ -7,6 +7,7 @@ parts += ...@@ -7,6 +7,7 @@ parts +=
tmux tmux
[tmux] [tmux]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/tmux/tmux/releases/download/3.3a/tmux-3.3a.tar.gz url = https://github.com/tmux/tmux/releases/download/3.3a/tmux-3.3a.tar.gz
md5sum = 8eee5883b9f6550fa4efaad0c9ec38f3 md5sum = 8eee5883b9f6550fa4efaad0c9ec38f3
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
parts = tokyocabinet parts = tokyocabinet
[tokyocabinet] [tokyocabinet]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://fallabs.com/tokyocabinet/tokyocabinet-1.4.48.tar.gz url = http://fallabs.com/tokyocabinet/tokyocabinet-1.4.48.tar.gz
......
...@@ -23,6 +23,7 @@ parts = ...@@ -23,6 +23,7 @@ parts =
min_version = 8 min_version = 8
[trafficserver] [trafficserver]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://dlcdn.apache.org/trafficserver/trafficserver-9.1.3.tar.bz2 url = https://dlcdn.apache.org/trafficserver/trafficserver-9.1.3.tar.bz2
md5sum = 020e09019d38704a2cf96f4ae8450709 md5sum = 020e09019d38704a2cf96f4ae8450709
......
...@@ -12,6 +12,7 @@ revision = 376a7d063efac807e9f4715d9dda84cf1f2aa24c ...@@ -12,6 +12,7 @@ revision = 376a7d063efac807e9f4715d9dda84cf1f2aa24c
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[tsn-rt-measures] [tsn-rt-measures]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${tsn-rt-measures-repository:location} path = ${tsn-rt-measures-repository:location}
configure-command = configure-command =
......
...@@ -3,6 +3,7 @@ parts= ...@@ -3,6 +3,7 @@ parts=
unixodbc unixodbc
[unixodbc] [unixodbc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.unixodbc.org/unixODBC-2.3.5.tar.gz url = http://www.unixodbc.org/unixODBC-2.3.5.tar.gz
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../util-linux/buildout.cfg ../util-linux/buildout.cfg
[apache-perl] [apache-perl]
<= glibc-aware
# Note: Shall react on each build of apache and reinstall itself # Note: Shall react on each build of apache and reinstall itself
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://perl.apache.org/dist/mod_perl-2.0.5.tar.gz url = http://perl.apache.org/dist/mod_perl-2.0.5.tar.gz
......
...@@ -55,6 +55,7 @@ update-command = ...@@ -55,6 +55,7 @@ update-command =
# Compile now boinc client # Compile now boinc client
[boinc] [boinc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = ${boinc-package:tarball} url = ${boinc-package:tarball}
configure-command = configure-command =
......
...@@ -37,6 +37,7 @@ update-command = ...@@ -37,6 +37,7 @@ update-command =
# When installing boinc python module, path /srv/slapgrid/... is strip to srv/slapgrid... It is why # When installing boinc python module, path /srv/slapgrid/... is strip to srv/slapgrid... It is why
# we need to set --prefix="/${buildout:parts-directory}/${:_buildout_section_name_}" # we need to set --prefix="/${buildout:parts-directory}/${:_buildout_section_name_}"
[boinc] [boinc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = ${boinc-package:tarball} url = ${boinc-package:tarball}
keep-compile-dir = true keep-compile-dir = true
...@@ -71,4 +72,4 @@ environment = ...@@ -71,4 +72,4 @@ environment =
MYSQL_CONFIG=${mariadb:location}/bin/mysql_config MYSQL_CONFIG=${mariadb:location}/bin/mysql_config
ACLOCAL_PATH=${pkgconfig:location}/share/aclocal:${libtool:location}/share/aclocal ACLOCAL_PATH=${pkgconfig:location}/share/aclocal:${libtool:location}/share/aclocal
\ No newline at end of file
...@@ -10,6 +10,7 @@ extends = ...@@ -10,6 +10,7 @@ extends =
parts = couchdb parts = couchdb
[couchdb] [couchdb]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://mir2.ovh.net/ftp.apache.org/dist//couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz url = http://mir2.ovh.net/ftp.apache.org/dist//couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz
md5sum = cd126219b9cb69a4c521abd6960807a6 md5sum = cd126219b9cb69a4c521abd6960807a6
......
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
parts = erlang parts = erlang
[erlang] [erlang]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.erlang.org/download/otp_src_R14B04.tar.gz url = http://www.erlang.org/download/otp_src_R14B04.tar.gz
md5sum = 4b469729f103f52702bfb1fb24529dc0 md5sum = 4b469729f103f52702bfb1fb24529dc0
......
...@@ -15,6 +15,7 @@ md5sum = b1d3e3e425b2e44a06760ff173104bdf ...@@ -15,6 +15,7 @@ md5sum = b1d3e3e425b2e44a06760ff173104bdf
download-only = true download-only = true
[libatlas] [libatlas]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 3.10.2 version = 3.10.2
url = http://downloads.sourceforge.net/project/math-atlas/Stable/${:version}/atlas${:version}.tar.bz2 url = http://downloads.sourceforge.net/project/math-atlas/Stable/${:version}/atlas${:version}.tar.bz2
......
...@@ -17,6 +17,7 @@ url = http://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar ...@@ -17,6 +17,7 @@ url = http://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar
md5sum = e6bd825c46fa080b550f90f9001cba8c md5sum = e6bd825c46fa080b550f90f9001cba8c
[libmemcached-common] [libmemcached-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
configure-options = configure-options =
--without-docs --without-docs
......
...@@ -35,6 +35,7 @@ download-only = true ...@@ -35,6 +35,7 @@ download-only = true
md5sum = 8d3706a9bd60b6ebfea33998644b1a99 md5sum = 8d3706a9bd60b6ebfea33998644b1a99
[lxc-0.8] [lxc-0.8]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://lxc.sourceforge.net/download/lxc/lxc-0.8.0-rc2.tar.gz url = http://lxc.sourceforge.net/download/lxc/lxc-0.8.0-rc2.tar.gz
md5sum = 9bd6988542fd7dd198d056ef3a2db9f6 md5sum = 9bd6988542fd7dd198d056ef3a2db9f6
......
...@@ -35,6 +35,7 @@ ignore-existing = true ...@@ -35,6 +35,7 @@ ignore-existing = true
strip-top-level-dir = true strip-top-level-dir = true
[membase-component-common] [membase-component-common]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${membase-source:location}/${:component} path = ${membase-source:location}/${:component}
prefix = ${membase:location} prefix = ${membase:location}
......
...@@ -10,6 +10,7 @@ parts = ...@@ -10,6 +10,7 @@ parts =
memstrike memstrike
[memstrike] [memstrike]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${memstrikesource:location} path = ${memstrikesource:location}
configure-command = configure-command =
......
...@@ -14,6 +14,7 @@ parts = mydumper ...@@ -14,6 +14,7 @@ parts = mydumper
# This is really dirty, but it's the only way to install # This is really dirty, but it's the only way to install
# mydumper that works # mydumper that works
[mydumper] [mydumper]
<= glibc-aware
recipe = slapos.recipe.build recipe = slapos.recipe.build
url = https://launchpad.net/mydumper/0.5/0.5.1/+download/mydumper-0.5.1.tar.gz url = https://launchpad.net/mydumper/0.5/0.5.1/+download/mydumper-0.5.1.tar.gz
md5sum = b4df42dfe23f308ab13eb6ecb73a0d21 md5sum = b4df42dfe23f308ab13eb6ecb73a0d21
......
...@@ -31,6 +31,7 @@ filename = mysql_create_system_tables__no_test.patch ...@@ -31,6 +31,7 @@ filename = mysql_create_system_tables__no_test.patch
download-only = true download-only = true
[mysql-5.1] [mysql-5.1]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 5.1.58 version = 5.1.58
url = http://mysql.he.net/Downloads/MySQL-5.1/mysql-${:version}.tar.gz url = http://mysql.he.net/Downloads/MySQL-5.1/mysql-${:version}.tar.gz
...@@ -76,6 +77,7 @@ environment = ...@@ -76,6 +77,7 @@ environment =
LDFLAGS =-L${readline:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${ncurses:location}/lib -Wl,-rpath=${readline:location}/lib LDFLAGS =-L${readline:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${ncurses:location}/lib -Wl,-rpath=${readline:location}/lib
[groonga-storage-engine-mysql-5.1] [groonga-storage-engine-mysql-5.1]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-1.0.0.tar.gz url = http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-1.0.0.tar.gz
md5sum = 289b8b7919e790599ea79b6fe9270e04 md5sum = 289b8b7919e790599ea79b6fe9270e04
......
...@@ -18,6 +18,7 @@ parts = ...@@ -18,6 +18,7 @@ parts =
mysql-tritonn-5.0 mysql-tritonn-5.0
[senna] [senna]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.nexedi.org/static/tarballs/senna/senna-r1311.tar.gz url = http://www.nexedi.org/static/tarballs/senna/senna-r1311.tar.gz
...@@ -53,6 +54,7 @@ filename = mysql-5.0.87-sphinx-1.10.diff ...@@ -53,6 +54,7 @@ filename = mysql-5.0.87-sphinx-1.10.diff
download-only = true download-only = true
[mysql-tritonn-5.0] [mysql-tritonn-5.0]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://www.nexedi.org/static/tarballs/mysql/mysql-5.0.87.tar.gz url = http://www.nexedi.org/static/tarballs/mysql/mysql-5.0.87.tar.gz
......
...@@ -69,6 +69,7 @@ filename = get-pip.py ...@@ -69,6 +69,7 @@ filename = get-pip.py
mode = 0755 mode = 0755
[pyodide-script] [pyodide-script]
<= glibc-aware
# BUG: This section does FS changes outside location. # BUG: This section does FS changes outside location.
recipe = slapos.recipe.build recipe = slapos.recipe.build
build_dir = ${buildout:parts-directory}/pyodide-script-test build_dir = ${buildout:parts-directory}/pyodide-script-test
...@@ -158,6 +159,7 @@ install = ...@@ -158,6 +159,7 @@ install =
subprocess.check_call(command_2['cmd'], cwd=command_2['cwd'], env=env, shell=True) subprocess.check_call(command_2['cmd'], cwd=command_2['cwd'], env=env, shell=True)
[python3.7-PyYAML] [python3.7-PyYAML]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
python_bin = ${python3.7:location}/bin/python3.7 python_bin = ${python3.7:location}/bin/python3.7
url = https://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz url = https://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz
...@@ -168,6 +170,7 @@ environment = ...@@ -168,6 +170,7 @@ environment =
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
[pyodide-emsdk] [pyodide-emsdk]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${pyodide-src:location}/emsdk path = ${pyodide-src:location}/emsdk
configure-command= alias python=${python3.7:location}/bin/python3 && make clean configure-command= alias python=${python3.7:location}/bin/python3 && make clean
...@@ -183,6 +186,7 @@ make-targets = ...@@ -183,6 +186,7 @@ make-targets =
# Build pyodide cpython with custom configuration. Otherwise we will get a cpython without ssl support # Build pyodide cpython with custom configuration. Otherwise we will get a cpython without ssl support
# The pyodide cpython **must** been build **AFTER** emsdk # The pyodide cpython **must** been build **AFTER** emsdk
[pyodide-cpython] [pyodide-cpython]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${pyodide-src:location}/cpython path = ${pyodide-src:location}/cpython
configure-command = sed -ie "s@./configure --prefix@./configure --with-openssl=${openssl:location} --prefix@" ${pyodide-src:location}/cpython/Makefile && source ${pyodide-emsdk:path}/emsdk/emsdk_env.sh configure-command = sed -ie "s@./configure --prefix@./configure --with-openssl=${openssl:location} --prefix@" ${pyodide-src:location}/cpython/Makefile && source ${pyodide-emsdk:path}/emsdk/emsdk_env.sh
...@@ -197,6 +201,7 @@ environment = ...@@ -197,6 +201,7 @@ environment =
make-targets = make-targets =
[pyodide-packages] [pyodide-packages]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${pyodide-src:location} path = ${pyodide-src:location}
configure-command = alias python3=${pyodide-cpython:path}/build/3.7.0/host/bin/python3 && source ${pyodide-emsdk:path}/emsdk/emsdk_env.sh configure-command = alias python3=${pyodide-cpython:path}/build/3.7.0/host/bin/python3 && source ${pyodide-emsdk:path}/emsdk/emsdk_env.sh
...@@ -208,6 +213,7 @@ environment = ...@@ -208,6 +213,7 @@ environment =
LD_LIBRARY_PATH=${libpng:location}/lib:${gcc-8.2:location}/lib:${gcc-8.2:location}/lib64 LD_LIBRARY_PATH=${libpng:location}/lib:${gcc-8.2:location}/lib:${gcc-8.2:location}/lib64
[pyodide] [pyodide]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${pyodide-src:location} path = ${pyodide-src:location}
configure-command = make -e configure-command = make -e
...@@ -223,4 +229,4 @@ environment = ...@@ -223,4 +229,4 @@ environment =
CPPFLAGS=-I${f2c:location}/include -I${zlib:location}/include -I${xz-utils:location}/include -I${readline:location}/include -I${libexpat:location}/include -I${libffi: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 CPPFLAGS=-I${f2c:location}/include -I${zlib:location}/include -I${xz-utils:location}/include -I${readline:location}/include -I${libexpat:location}/include -I${libffi: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
LD_LIBRARY_PATH=${libpng:location}/lib:${gcc-8.2:location}/lib:${gcc-8.2:location}/lib64:${openssl:location}/lib:${readline:location}/lib:${libexpat:location}/lib:${xz-utils:location}/lib:${sqlite3:location}/lib:${gdbm:location}/lib:${bzip2:location}/lib:${ncurses:location}/lib:${libffi:location}/lib LD_LIBRARY_PATH=${libpng:location}/lib:${gcc-8.2:location}/lib:${gcc-8.2:location}/lib64:${openssl:location}/lib:${readline:location}/lib:${libexpat:location}/lib:${xz-utils:location}/lib:${sqlite3:location}/lib:${gdbm:location}/lib:${bzip2:location}/lib:${ncurses:location}/lib:${libffi:location}/lib
LDFLAGS=-L${zlib:location}/lib -L${xz-utils:location}/lib -L${readline:location}/lib -L${libexpat:location}/lib -L${libffi: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=${xz-utils:location}/lib -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${libffi: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 -Wl,-rpath=${file:location}/lib LDFLAGS=-L${zlib:location}/lib -L${xz-utils:location}/lib -L${readline:location}/lib -L${libexpat:location}/lib -L${libffi: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=${xz-utils:location}/lib -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${libffi: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 -Wl,-rpath=${file:location}/lib
PYTHON_EXECUTABLE=${python3.7:location}/bin/python3.7 PYTHON_EXECUTABLE=${python3.7:location}/bin/python3.7
\ No newline at end of file
...@@ -18,6 +18,7 @@ download-only = true ...@@ -18,6 +18,7 @@ download-only = true
filename = sphinx-1.10-beta-snowball.patch filename = sphinx-1.10-beta-snowball.patch
[sphinx] [sphinx]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://sphinxsearch.com/files/sphinx-2.0.5-release.tar.gz url = http://sphinxsearch.com/files/sphinx-2.0.5-release.tar.gz
md5sum = e71fdb5b0c2911247d48fb30550b9584 md5sum = e71fdb5b0c2911247d48fb30550b9584
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
parts = spidermonkey parts = spidermonkey
[spidermonkey-1.7] [spidermonkey-1.7]
<= glibc-aware
recipe = slapos.recipe.build recipe = slapos.recipe.build
url = http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz url = http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz
md5sum = 5571134c3863686b623ebe4e6b1f6fe6 md5sum = 5571134c3863686b623ebe4e6b1f6fe6
......
...@@ -5,6 +5,7 @@ parts = ...@@ -5,6 +5,7 @@ parts =
stunnel stunnel
[stunnel] [stunnel]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.stunnel.org/downloads/archive/5.x/stunnel-5.14.tar.gz url = https://www.stunnel.org/downloads/archive/5.x/stunnel-5.14.tar.gz
......
...@@ -35,6 +35,7 @@ download-only = true ...@@ -35,6 +35,7 @@ download-only = true
filename = libtar-${:version}.tar.gz filename = libtar-${:version}.tar.gz
[xtrabackup] [xtrabackup]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.percona.com/downloads/XtraBackup/XtraBackup-1.6.3/source/xtrabackup-1.6.3.tar.gz url = http://www.percona.com/downloads/XtraBackup/XtraBackup-1.6.3/source/xtrabackup-1.6.3.tar.gz
md5sum = d0b827fd18cd76416101eb7b7c56a311 md5sum = d0b827fd18cd76416101eb7b7c56a311
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = unzip parts = unzip
[unzip] [unzip]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz url = http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz
md5sum = 62b490407489521db863b523a7f86375 md5sum = 62b490407489521db863b523a7f86375
......
[userhosts] [userhosts]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/figiel/hosts/archive/${:revision}.tar.gz url = https://github.com/figiel/hosts/archive/${:revision}.tar.gz
......
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
../xz-utils/buildout.cfg ../xz-utils/buildout.cfg
[util-linux] [util-linux]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.2.tar.xz url = https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.2.tar.xz
......
...@@ -16,6 +16,7 @@ extends = ...@@ -16,6 +16,7 @@ extends =
<= varnish-2.0 <= varnish-2.0
[varnish-2.0] [varnish-2.0]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/varnish/varnish/2.0.6/varnish-2.0.6.tar.gz url = http://downloads.sourceforge.net/project/varnish/varnish/2.0.6/varnish-2.0.6.tar.gz
md5sum = d91dc21c636db61c69b5e8f061c5bb95 md5sum = d91dc21c636db61c69b5e8f061c5bb95
...@@ -26,6 +27,7 @@ environment = ...@@ -26,6 +27,7 @@ environment =
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
[varnish-2.1] [varnish-2.1]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://repo.varnish-cache.org/source/varnish-2.1.5.tar.gz url = http://repo.varnish-cache.org/source/varnish-2.1.5.tar.gz
md5sum = 2d2f227da36a2a240c475304c717b8e3 md5sum = 2d2f227da36a2a240c475304c717b8e3
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
../gettext/buildout.cfg ../gettext/buildout.cfg
[vim] [vim]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = ftp://ftp.vim.org/pub/vim/unix/vim-8.0.586.tar.bz2 url = ftp://ftp.vim.org/pub/vim/unix/vim-8.0.586.tar.bz2
......
...@@ -13,6 +13,7 @@ parts = ...@@ -13,6 +13,7 @@ parts =
w3m w3m
[w3m] [w3m]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
version = v0.5.3+git20180125 version = v0.5.3+git20180125
......
...@@ -11,6 +11,7 @@ extends = ...@@ -11,6 +11,7 @@ extends =
../libtiff/buildout.cfg ../libtiff/buildout.cfg
[webp] [webp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz url = http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz
......
...@@ -12,6 +12,7 @@ parts = ...@@ -12,6 +12,7 @@ parts =
wget wget
[wget] [wget]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://ftp.gnu.org/gnu/wget/wget-1.20.3.tar.lz url = http://ftp.gnu.org/gnu/wget/wget-1.20.3.tar.lz
......
...@@ -31,6 +31,7 @@ url = https://github.com/wxWidgets/Phoenix/archive/refs/tags/wxPython-4.1.1.tar. ...@@ -31,6 +31,7 @@ url = https://github.com/wxWidgets/Phoenix/archive/refs/tags/wxPython-4.1.1.tar.
md5sum = e72d99cd865c4220b65065079457c6c5 md5sum = e72d99cd865c4220b65065079457c6c5
[wxPython] [wxPython]
<= glibc-aware
recipe = slapos.recipe.build recipe = slapos.recipe.build
egg = ${:_buildout_section_name_} egg = ${:_buildout_section_name_}
source-location = ${wxPython-download:location} source-location = ${wxPython-download:location}
......
...@@ -27,6 +27,7 @@ version = ee4acb6ae6e32a02bc012d197aa82b1ca7a493ab ...@@ -27,6 +27,7 @@ version = ee4acb6ae6e32a02bc012d197aa82b1ca7a493ab
md5sum = 68b358d05aca88f593d6b479ae30e9a0 md5sum = 68b358d05aca88f593d6b479ae30e9a0
[wxWidgets] [wxWidgets]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/wxWidgets/wxWidgets/archive/${:version}.tar.gz url = https://github.com/wxWidgets/wxWidgets/archive/${:version}.tar.gz
......
...@@ -6,6 +6,7 @@ extends = ...@@ -6,6 +6,7 @@ extends =
../util-linux/buildout.cfg ../util-linux/buildout.cfg
[xapian] [xapian]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://oligarchy.co.uk/xapian/1.2.12/xapian-core-1.2.12.tar.gz url = http://oligarchy.co.uk/xapian/1.2.12/xapian-core-1.2.12.tar.gz
md5sum = faf33a3945edbe4c848627750856cbeb md5sum = faf33a3945edbe4c848627750856cbeb
......
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
../pkgconfig/buildout.cfg ../pkgconfig/buildout.cfg
[xmlsec] [xmlsec]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.34.tar.gz url = https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.34.tar.gz
md5sum = 87b0074e7ae535e061acf8ef64dada1b md5sum = 87b0074e7ae535e061acf8ef64dada1b
......
...@@ -36,12 +36,14 @@ parts = ...@@ -36,12 +36,14 @@ parts =
ACLOCAL=${xorg-util-macros:location}/share/aclocal ACLOCAL=${xorg-util-macros:location}/share/aclocal
[xorg-util-macros] [xorg-util-macros]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/util/util-macros-1.19.2.tar.gz url = https://www.x.org/releases/individual/util/util-macros-1.19.2.tar.gz
md5sum = 5059b328fac086b733ffac6607164c41 md5sum = 5059b328fac086b733ffac6607164c41
[xproto] [xproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/xproto-7.0.31.tar.gz url = https://www.x.org/releases/individual/proto/xproto-7.0.31.tar.gz
...@@ -55,6 +57,7 @@ environment = ...@@ -55,6 +57,7 @@ environment =
PATH=${libxml2:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${libxml2:location}/bin:${pkgconfig:location}/bin:%(PATH)s
[xextproto] [xextproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/xextproto-7.3.0.tar.gz url = https://www.x.org/releases/individual/proto/xextproto-7.3.0.tar.gz
...@@ -68,6 +71,7 @@ environment = ...@@ -68,6 +71,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[xtrans] [xtrans]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/xtrans-1.3.5.tar.gz url = https://www.x.org/releases/individual/lib/xtrans-1.3.5.tar.gz
...@@ -84,6 +88,7 @@ environment = ...@@ -84,6 +88,7 @@ environment =
PATH=${patch:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${patch:location}/bin:${pkgconfig:location}/bin:%(PATH)s
[libXau] [libXau]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXau-1.0.8.tar.gz url = https://www.x.org/releases/individual/lib/libXau-1.0.8.tar.gz
...@@ -95,6 +100,7 @@ environment = ...@@ -95,6 +100,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[xcbproto] [xcbproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://xcb.freedesktop.org/dist/xcb-proto-1.13.tar.bz2 url = https://xcb.freedesktop.org/dist/xcb-proto-1.13.tar.bz2
...@@ -104,12 +110,14 @@ environment = ...@@ -104,12 +110,14 @@ environment =
PYTHON=${buildout:executable} PYTHON=${buildout:executable}
[xorg-libpthread-stubs] [xorg-libpthread-stubs]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/xcb/libpthread-stubs-0.4.tar.gz url = https://www.x.org/releases/individual/xcb/libpthread-stubs-0.4.tar.gz
md5sum = 7d2734e604a3e2f6f665c420b835ab62 md5sum = 7d2734e604a3e2f6f665c420b835ab62
[libxcb] [libxcb]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://xorg.freedesktop.org/archive/individual/xcb/libxcb-1.13.tar.bz2 url = https://xorg.freedesktop.org/archive/individual/xcb/libxcb-1.13.tar.bz2
...@@ -132,6 +140,7 @@ environment = ...@@ -132,6 +140,7 @@ environment =
# suitable library. # suitable library.
[libXext] [libXext]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://ftp.x.org/pub/individual/lib/libXext-1.3.3.tar.bz2 url = https://ftp.x.org/pub/individual/lib/libXext-1.3.3.tar.bz2
...@@ -151,6 +160,7 @@ configure-options = ...@@ -151,6 +160,7 @@ configure-options =
--without-fop --without-fop
[inputproto] [inputproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/inputproto-2.3.2.tar.gz url = https://www.x.org/releases/individual/proto/inputproto-2.3.2.tar.gz
...@@ -160,6 +170,7 @@ environment = ...@@ -160,6 +170,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[kbproto] [kbproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/kbproto-1.0.7.tar.gz url = https://www.x.org/releases/individual/proto/kbproto-1.0.7.tar.gz
...@@ -169,6 +180,7 @@ environment = ...@@ -169,6 +180,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[libX11] [libX11]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libX11-1.6.6.tar.gz url = https://www.x.org/releases/individual/lib/libX11-1.6.6.tar.gz
...@@ -191,6 +203,7 @@ environment = ...@@ -191,6 +203,7 @@ environment =
[libXdmcp] [libXdmcp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXdmcp-1.1.2.tar.gz url = https://www.x.org/releases/individual/lib/libXdmcp-1.1.2.tar.gz
...@@ -204,6 +217,7 @@ configure-options = ...@@ -204,6 +217,7 @@ configure-options =
--without-fop --without-fop
[fixesproto] [fixesproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/fixesproto-5.0.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/fixesproto-5.0.tar.bz2
...@@ -213,6 +227,7 @@ environment = ...@@ -213,6 +227,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[bigreqsproto] [bigreqsproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/bigreqsproto-1.1.2.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/bigreqsproto-1.1.2.tar.bz2
...@@ -222,6 +237,7 @@ environment = ...@@ -222,6 +237,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[xcmiscproto] [xcmiscproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/xcmiscproto-1.2.2.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/xcmiscproto-1.2.2.tar.bz2
...@@ -231,6 +247,7 @@ environment = ...@@ -231,6 +247,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[damageproto] [damageproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/damageproto-1.2.1.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/damageproto-1.2.1.tar.bz2
...@@ -240,6 +257,7 @@ environment = ...@@ -240,6 +257,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[presentproto] [presentproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/presentproto-1.1.tar.gz url = https://www.x.org/releases/individual/proto/presentproto-1.1.tar.gz
...@@ -249,6 +267,7 @@ environment = ...@@ -249,6 +267,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[xorgproto] [xorgproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/xorgproto-2018.4.tar.gz url = https://www.x.org/releases/individual/proto/xorgproto-2018.4.tar.gz
...@@ -259,6 +278,7 @@ environment = ...@@ -259,6 +278,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[renderproto] [renderproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/renderproto-0.11.1.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/renderproto-0.11.1.tar.bz2
...@@ -268,6 +288,7 @@ environment = ...@@ -268,6 +288,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[videoproto] [videoproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/videoproto-2.3.3.tar.gz url = https://www.x.org/releases/individual/proto/videoproto-2.3.3.tar.gz
...@@ -277,6 +298,7 @@ environment = ...@@ -277,6 +298,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[fontsproto] [fontsproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/fontsproto-2.1.3.tar.gz url = https://www.x.org/releases/individual/proto/fontsproto-2.1.3.tar.gz
...@@ -290,6 +312,7 @@ environment = ...@@ -290,6 +312,7 @@ environment =
PKG_CONFIG_PATH=${xorg-util-macros:location}/share/pkgconfig PKG_CONFIG_PATH=${xorg-util-macros:location}/share/pkgconfig
[recordproto] [recordproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/recordproto-1.14.2.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/recordproto-1.14.2.tar.bz2
...@@ -299,6 +322,7 @@ environment = ...@@ -299,6 +322,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[resourceproto] [resourceproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/resourceproto-1.2.0.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/resourceproto-1.2.0.tar.bz2
...@@ -308,6 +332,7 @@ environment = ...@@ -308,6 +332,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[xineramaproto] [xineramaproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/xineramaproto-1.2.1.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/xineramaproto-1.2.1.tar.bz2
...@@ -317,6 +342,7 @@ environment = ...@@ -317,6 +342,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[pixman] [pixman]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.cairographics.org/releases/pixman-0.40.0.tar.gz url = https://www.cairographics.org/releases/pixman-0.40.0.tar.gz
...@@ -325,6 +351,7 @@ configure-options = ...@@ -325,6 +351,7 @@ configure-options =
--disable-static --disable-static
[libfontenc] [libfontenc]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libfontenc-1.1.3.tar.gz url = https://www.x.org/releases/individual/lib/libfontenc-1.1.3.tar.gz
...@@ -336,6 +363,7 @@ environment = ...@@ -336,6 +363,7 @@ environment =
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[libXfont] [libXfont]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXfont-1.5.4.tar.gz url = https://www.x.org/releases/individual/lib/libXfont-1.5.4.tar.gz
...@@ -347,6 +375,7 @@ environment = ...@@ -347,6 +375,7 @@ environment =
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[libXfont2] [libXfont2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXfont2-2.0.3.tar.gz url = https://www.x.org/releases/individual/lib/libXfont2-2.0.3.tar.gz
...@@ -358,6 +387,7 @@ environment = ...@@ -358,6 +387,7 @@ environment =
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[libxkbfile] [libxkbfile]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.x.org/releases/individual/lib/libxkbfile-1.0.9.tar.gz url = https://www.x.org/releases/individual/lib/libxkbfile-1.0.9.tar.gz
md5sum = 5aab87eba67f37dd910a19be5c1129ee md5sum = 5aab87eba67f37dd910a19be5c1129ee
...@@ -368,6 +398,7 @@ environment = ...@@ -368,6 +398,7 @@ environment =
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[xkeyboard-config] [xkeyboard-config]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.x.org/releases/individual/data/xkeyboard-config-2.5.1.tar.gz url = https://www.x.org/releases/individual/data/xkeyboard-config-2.5.1.tar.gz
md5sum = 62c6583b4ec5775717e7c8b05732763c md5sum = 62c6583b4ec5775717e7c8b05732763c
...@@ -381,6 +412,7 @@ environment = ...@@ -381,6 +412,7 @@ environment =
PKG_CONFIG_PATH=${libX11:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig PKG_CONFIG_PATH=${libX11:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig
[xkbcomp] [xkbcomp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.x.org/releases/individual/app/xkbcomp-1.4.2.tar.gz url = https://www.x.org/releases/individual/app/xkbcomp-1.4.2.tar.gz
md5sum = 84b6bafb660181a8c2572981a7fff54d md5sum = 84b6bafb660181a8c2572981a7fff54d
...@@ -394,12 +426,14 @@ environment = ...@@ -394,12 +426,14 @@ environment =
LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libxkbfile:location}/lib -Wl,-rpath=${libxkbfile:location}/lib LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libxkbfile:location}/lib -Wl,-rpath=${libxkbfile:location}/lib
[renderext] [renderext]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://xlibs.freedesktop.org/release/renderext-0.9.tar.bz2 url = https://xlibs.freedesktop.org/release/renderext-0.9.tar.bz2
md5sum = d43c2afc69937655d13c02588c9ff974 md5sum = d43c2afc69937655d13c02588c9ff974
[libXrender] [libXrender]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXrender-0.9.10.tar.gz url = https://www.x.org/releases/individual/lib/libXrender-0.9.10.tar.gz
...@@ -411,6 +445,7 @@ environment = ...@@ -411,6 +445,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[libXinerama] [libXinerama]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXinerama-1.1.4.tar.gz url = https://www.x.org/releases/individual/lib/libXinerama-1.1.4.tar.gz
...@@ -422,6 +457,7 @@ configure-options = ...@@ -422,6 +457,7 @@ configure-options =
--disable-static --disable-static
[libICE] [libICE]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libICE-1.0.9.tar.gz url = https://www.x.org/releases/individual/lib/libICE-1.0.9.tar.gz
...@@ -435,6 +471,7 @@ environment = ...@@ -435,6 +471,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[libSM] [libSM]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libSM-1.2.2.tar.gz url = https://www.x.org/releases/individual/lib/libSM-1.2.2.tar.gz
...@@ -449,6 +486,7 @@ environment = ...@@ -449,6 +486,7 @@ environment =
LIBUUID_CFLAGS=-I${libuuid:location}/include LIBUUID_CFLAGS=-I${libuuid:location}/include
[libXt] [libXt]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXt-1.1.5.tar.gz url = https://www.x.org/releases/individual/lib/libXt-1.1.5.tar.gz
...@@ -460,6 +498,7 @@ environment = ...@@ -460,6 +498,7 @@ environment =
PKG_CONFIG_PATH=${libSM:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xorg-util-macros:location}/share/pkgconfig PKG_CONFIG_PATH=${libSM:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xorg-util-macros:location}/share/pkgconfig
[dri2proto] [dri2proto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/dri2proto-2.8.tar.gz url = https://www.x.org/releases/individual/proto/dri2proto-2.8.tar.gz
...@@ -472,6 +511,7 @@ environment = ...@@ -472,6 +511,7 @@ environment =
[pciaccess] [pciaccess]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libpciaccess-0.14.tar.gz url = https://www.x.org/releases/individual/lib/libpciaccess-0.14.tar.gz
...@@ -482,6 +522,7 @@ environment = ...@@ -482,6 +522,7 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
[makedepend] [makedepend]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/util/makedepend-1.0.5.tar.gz url = https://www.x.org/releases/individual/util/makedepend-1.0.5.tar.gz
...@@ -493,6 +534,7 @@ environment = ...@@ -493,6 +534,7 @@ environment =
PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig
[glproto] [glproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/proto/glproto-1.4.17.tar.gz url = https://www.x.org/releases/individual/proto/glproto-1.4.17.tar.gz
...@@ -504,6 +546,7 @@ environment = ...@@ -504,6 +546,7 @@ environment =
PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig
[xfixes] [xfixes]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXfixes-5.0.3.tar.gz url = https://www.x.org/releases/individual/lib/libXfixes-5.0.3.tar.gz
...@@ -515,6 +558,7 @@ environment = ...@@ -515,6 +558,7 @@ environment =
PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${xorg-util-macros:location}/share/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${xorg-util-macros:location}/share/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig
[xdamage] [xdamage]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXdamage-1.1.4.tar.gz url = https://www.x.org/releases/individual/lib/libXdamage-1.1.4.tar.gz
...@@ -526,6 +570,7 @@ environment = ...@@ -526,6 +570,7 @@ environment =
PKG_CONFIG_PATH=${damageproto:location}/lib/pkgconfig:${xfixes:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig PKG_CONFIG_PATH=${damageproto:location}/lib/pkgconfig:${xfixes:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig
[xdotool] [xdotool]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz url = https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz
md5sum = 9fd993a251a7c38b32381503544b0dd7 md5sum = 9fd993a251a7c38b32381503544b0dd7
...@@ -539,6 +584,7 @@ environment = ...@@ -539,6 +584,7 @@ environment =
LDFLAGS=-Wl,-rpath=${libX11:location}/lib -Wl,-rpath=${libXi:location}/lib -Wl,-rpath=${libxkbcommon:location}/lib -Wl,-rpath=${libXtst:location}/lib -Wl,-rpath=${libXinerama:location}/lib LDFLAGS=-Wl,-rpath=${libX11:location}/lib -Wl,-rpath=${libXi:location}/lib -Wl,-rpath=${libxkbcommon:location}/lib -Wl,-rpath=${libXtst:location}/lib -Wl,-rpath=${libXinerama:location}/lib
[libxmu] [libxmu]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXmu-1.1.2.tar.gz url = https://www.x.org/releases/individual/lib/libXmu-1.1.2.tar.gz
...@@ -548,12 +594,14 @@ environment = ...@@ -548,12 +594,14 @@ environment =
PKG_CONFIG_PATH=${xextproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${libXt:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${libSM:location}/lib/pkgconfig PKG_CONFIG_PATH=${xextproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${libXt:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${libSM:location}/lib/pkgconfig
[compositeproto] [compositeproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/compositeproto-0.4.2.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/compositeproto-0.4.2.tar.bz2
md5sum = 98482f65ba1e74a08bf5b056a4031ef0 md5sum = 98482f65ba1e74a08bf5b056a4031ef0
[libXcomposite] [libXcomposite]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXcomposite-0.4.4.tar.gz url = https://www.x.org/releases/individual/lib/libXcomposite-0.4.4.tar.gz
...@@ -565,6 +613,7 @@ environment = ...@@ -565,6 +613,7 @@ environment =
PKG_CONFIG_PATH=${compositeproto:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${xfixes:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${xorg-util-macros:location}/share/pkgconfig:${xproto:location}/lib/pkgconfig PKG_CONFIG_PATH=${compositeproto:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${xfixes:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${xorg-util-macros:location}/share/pkgconfig:${xproto:location}/lib/pkgconfig
[libXcursor] [libXcursor]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXcursor-1.1.15.tar.gz url = https://www.x.org/releases/individual/lib/libXcursor-1.1.15.tar.gz
...@@ -576,6 +625,7 @@ environment = ...@@ -576,6 +625,7 @@ environment =
PKG_CONFIG_PATH=${renderext:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${xfixes:location}/lib/pkgconfig:${libXrender:location}/lib/pkgconfig:${renderproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${renderproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig PKG_CONFIG_PATH=${renderext:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${xfixes:location}/lib/pkgconfig:${libXrender:location}/lib/pkgconfig:${renderproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${renderproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig
[xwd] [xwd]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.x.org/releases/individual/app/xwd-1.0.7.tar.gz url = https://www.x.org/releases/individual/app/xwd-1.0.7.tar.gz
md5sum = 3ebd74f7a1980305e5e19ec8ff7aa794 md5sum = 3ebd74f7a1980305e5e19ec8ff7aa794
...@@ -586,6 +636,7 @@ environment = ...@@ -586,6 +636,7 @@ environment =
LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libxkbfile:location}/lib -Wl,-rpath=${libxkbfile:location}/lib LDFLAGS=-L${libX11:location}/lib -Wl,-rpath=${libX11:location}/lib -L${libxkbfile:location}/lib -Wl,-rpath=${libxkbfile:location}/lib
[xserver] [xserver]
<= glibc-aware
# Adds Xvfb functionnality # Adds Xvfb functionnality
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.x.org/releases/individual/xserver/xorg-server-1.20.1.tar.gz url = https://www.x.org/releases/individual/xserver/xorg-server-1.20.1.tar.gz
...@@ -613,6 +664,7 @@ environment = ...@@ -613,6 +664,7 @@ environment =
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${libgcrypt:location}/lib -Wl,-rpath=${libgcrypt:location}/lib -L${libgpg-error:location}/lib -Wl,-rpath=${libgpg-error:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${libgcrypt:location}/lib -Wl,-rpath=${libgcrypt:location}/lib -L${libgpg-error:location}/lib -Wl,-rpath=${libgpg-error:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[libXi] [libXi]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXi-1.7.9.tar.gz url = https://www.x.org/releases/individual/lib/libXi-1.7.9.tar.gz
...@@ -629,6 +681,7 @@ configure-options = ...@@ -629,6 +681,7 @@ configure-options =
--without-xmlto --without-xmlto
[libXtst] [libXtst]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXtst-1.2.3.tar.gz url = https://www.x.org/releases/individual/lib/libXtst-1.2.3.tar.gz
...@@ -644,6 +697,7 @@ environment = ...@@ -644,6 +697,7 @@ environment =
PKG_CONFIG_PATH=${libXext:location}/lib/pkgconfig:${libXext:pkg_config_depends}:${libXi:location}/lib/pkgconfig:${libXi:pkg_config_depends}:${recordproto:location}/lib/pkgconfig PKG_CONFIG_PATH=${libXext:location}/lib/pkgconfig:${libXext:pkg_config_depends}:${libXi:location}/lib/pkgconfig:${libXi:pkg_config_depends}:${recordproto:location}/lib/pkgconfig
[scrnsaverproto] [scrnsaverproto]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/X11R7.7/src/everything/scrnsaverproto-1.2.2.tar.bz2 url = https://www.x.org/releases/X11R7.7/src/everything/scrnsaverproto-1.2.2.tar.bz2
...@@ -653,6 +707,7 @@ environment = ...@@ -653,6 +707,7 @@ environment =
PKG_CONFIG_PATH=${xorg-util-macros:location}/share/pkgconfig PKG_CONFIG_PATH=${xorg-util-macros:location}/share/pkgconfig
[libXScrnSaver] [libXScrnSaver]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.3.tar.gz url = https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.3.tar.gz
...@@ -662,6 +717,7 @@ environment = ...@@ -662,6 +717,7 @@ environment =
PKG_CONFIG_PATH=${libX11:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${scrnsaverproto:location}/lib/pkgconfig PKG_CONFIG_PATH=${libX11:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${scrnsaverproto:location}/lib/pkgconfig
[libXrandr] [libXrandr]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libXrandr-1.5.1.tar.gz url = https://www.x.org/releases/individual/lib/libXrandr-1.5.1.tar.gz
...@@ -673,6 +729,7 @@ environment = ...@@ -673,6 +729,7 @@ environment =
[libdrm] [libdrm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-command = ${meson:location}/bin/meson builddir --libdir=lib -Dprefix=@@LOCATION@@ configure-command = ${meson:location}/bin/meson builddir --libdir=lib -Dprefix=@@LOCATION@@
...@@ -687,6 +744,7 @@ environment = ...@@ -687,6 +744,7 @@ environment =
[libxshmfence] [libxshmfence]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://www.x.org/releases/individual/lib/libxshmfence-1.3.tar.gz url = https://www.x.org/releases/individual/lib/libxshmfence-1.3.tar.gz
...@@ -698,6 +756,7 @@ environment = ...@@ -698,6 +756,7 @@ environment =
[libxkbcommon] [libxkbcommon]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
configure-command = ${meson:location}/bin/meson builddir --libdir=lib -Dprefix=@@LOCATION@@ -Denable-wayland=false -Denable-docs=false configure-command = ${meson:location}/bin/meson builddir --libdir=lib -Dprefix=@@LOCATION@@ -Denable-wayland=false -Denable-docs=false
......
...@@ -14,6 +14,7 @@ extends = ...@@ -14,6 +14,7 @@ extends =
../xorg/buildout.cfg ../xorg/buildout.cfg
[libXpm] [libXpm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://gitlab.freedesktop.org/xorg/lib/libxpm/-/archive/libXpm-3.5.13/libxpm-libXpm-3.5.13.tar.bz2 url = https://gitlab.freedesktop.org/xorg/lib/libxpm/-/archive/libXpm-3.5.13/libxpm-libXpm-3.5.13.tar.bz2
...@@ -26,6 +27,7 @@ environment = ...@@ -26,6 +27,7 @@ environment =
PKG_CONFIG_PATH=${libSM:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libX11:pkg_config_depends}:${libXext:location}/lib/pkgconfig:${libXt:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig PKG_CONFIG_PATH=${libSM:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libX11:pkg_config_depends}:${libXext:location}/lib/pkgconfig:${libXt:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig
[libXaw] [libXaw]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://gitlab.freedesktop.org/xorg/lib/libxaw/-/archive/libXaw-1.0.14/libxaw-libXaw-1.0.14.tar.bz2 url = https://gitlab.freedesktop.org/xorg/lib/libxaw/-/archive/libXaw-1.0.14/libxaw-libXaw-1.0.14.tar.bz2
...@@ -38,6 +40,7 @@ environment = ...@@ -38,6 +40,7 @@ environment =
PKG_CONFIG_PATH=${libX11:location}/lib/pkgconfig:${libX11:pkg_config_depends}:${libXext:location}/lib/pkgconfig:${libXt:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libxmu:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${libSM:location}/lib/pkgconfig:${libXpm:location}/lib/pkgconfig PKG_CONFIG_PATH=${libX11:location}/lib/pkgconfig:${libX11:pkg_config_depends}:${libXext:location}/lib/pkgconfig:${libXt:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libxmu:location}/lib/pkgconfig:${libICE:location}/lib/pkgconfig:${libSM:location}/lib/pkgconfig:${libXpm:location}/lib/pkgconfig
[xterm] [xterm]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://invisible-mirror.net/archives/xterm/xterm-372.tgz url = https://invisible-mirror.net/archives/xterm/xterm-372.tgz
md5sum = 442115b649ec2d11f5664bded595cefe md5sum = 442115b649ec2d11f5664bded595cefe
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
xz-utils xz-utils
[xz-utils] [xz-utils]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://tukaani.org/xz/xz-5.2.5.tar.bz2 url = https://tukaani.org/xz/xz-5.2.5.tar.bz2
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
yaml-cpp yaml-cpp
[yaml-cpp] [yaml-cpp]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz url = https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
zabbix-agent zabbix-agent
[zabbix-agent] [zabbix-agent]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.10/zabbix-2.0.10.tar.gz url = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.10/zabbix-2.0.10.tar.gz
......
...@@ -10,6 +10,7 @@ extends = ...@@ -10,6 +10,7 @@ extends =
[zbar] [zbar]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/mchehab/zbar/archive/0.23.90.tar.gz url = https://github.com/mchehab/zbar/archive/0.23.90.tar.gz
......
...@@ -7,6 +7,7 @@ extends = ...@@ -7,6 +7,7 @@ extends =
<= zeromq3 <= zeromq3
[zeromq3] [zeromq3]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://download.zeromq.org/zeromq-3.2.3.tar.gz url = http://download.zeromq.org/zeromq-3.2.3.tar.gz
md5sum = 1abf8246363249baf5931a065ee38203 md5sum = 1abf8246363249baf5931a065ee38203
...@@ -16,6 +17,7 @@ environment = ...@@ -16,6 +17,7 @@ environment =
LDFLAGS=-L${libtool:location}/lib -Wl,-rpath -Wl,${libtool:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib LDFLAGS=-L${libtool:location}/lib -Wl,-rpath -Wl,${libtool:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib
[zeromq2] [zeromq2]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://download.zeromq.org/zeromq-2.2.0.tar.gz url = http://download.zeromq.org/zeromq-2.2.0.tar.gz
md5sum = 1b11aae09b19d18276d0717b2ea288f6 md5sum = 1b11aae09b19d18276d0717b2ea288f6
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = zip parts = zip
[zip] [zip]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz url = http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz
......
...@@ -3,6 +3,7 @@ parts = ...@@ -3,6 +3,7 @@ parts =
zlib zlib
[zlib] [zlib]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://zlib.net/fossils/zlib-1.2.12.tar.gz url = https://zlib.net/fossils/zlib-1.2.12.tar.gz
......
...@@ -7,6 +7,7 @@ parts = ...@@ -7,6 +7,7 @@ parts =
zstd zstd
[zstd] [zstd]
<= glibc-aware
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://github.com/facebook/zstd/releases/download/v${:version}/zstd-${:version}.tar.gz url = https://github.com/facebook/zstd/releases/download/v${:version}/zstd-${:version}.tar.gz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment