Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ percona-xtrabackup-8.4.0-5.tar.gz:
size: 432646274
object_id: edf66c32-e051-4a55-561a-bd67bb8a13bb
sha: sha256:fadcf27efd2a2596f689388659e2ff5c36debcc051a55974ac8bb4a83c015f57
pkg-config_0.29.2.orig.tar.gz:
size: 2016830
object_id: ca3d829d-016e-4acd-6509-9d1766884b9d
sha: sha256:6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591
pkgconf-2.5.1.tar.xz:
size: 328064
object_id: 74152211-babf-41d2-794a-2f1abcd5f998
sha: sha256:cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243
procps-ng-4.0.5.tar.xz:
size: 1517672
object_id: e196e815-f7be-462d-64f0-feaac1caffe0
Expand Down
9 changes: 4 additions & 5 deletions packages/percona-xtrabackup-8.0/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ main() {
}

install_build_dependencies() {
tar -xf pkg-config_*.tar.gz
cd pkg-config-*/
./configure --prefix=/usr \
--with-internal-glib \
--with-pc-path=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
tar -xf pkgconf-*.tar.xz
cd pkgconf-*/
./configure --prefix=/usr
make -j "$(nproc)" install
ln -sf pkgconf /usr/bin/pkg-config
cd -

tar -xf libaio_*.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion packages/percona-xtrabackup-8.0/spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ files:
- percona-xtrabackup-8.0*.tar.gz
- libev-*.tar.gz
- libaio_*.tar.xz
- pkg-config_*.tar.gz
- pkgconf-*.tar.xz
- procps-ng-*.tar.xz
9 changes: 4 additions & 5 deletions packages/percona-xtrabackup-8.4/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ main() {
}

install_build_dependencies() {
tar -xf pkg-config_*.tar.gz
cd pkg-config-*/
./configure --prefix=/usr \
--with-internal-glib \
--with-pc-path=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
tar -xf pkgconf-*.tar.xz
cd pkgconf-*/
./configure --prefix=/usr
make -j "$(nproc)" install
ln -sf pkgconf /usr/bin/pkg-config
cd -

tar -xf libaio_*.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion packages/percona-xtrabackup-8.4/spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ files:
- libaio_*.tar.xz
- libev-*.tar.gz
- percona-xtrabackup-8.4*.tar.gz
- pkg-config_*.tar.gz
- pkgconf-*.tar.xz
- procps-ng-*.tar.xz
10 changes: 4 additions & 6 deletions packages/percona-xtradb-cluster-8.0/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ main() {
}

install_build_dependencies() {
tar -xf pkg-config_*.tar.gz
cd pkg-config-*/
./configure \
--prefix=/usr \
--with-internal-glib \
--with-pc-path=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
tar -xf pkgconf-*.tar.xz
cd pkgconf-*/
./configure --prefix=/usr
make -j "$(nproc)" install
ln -sf pkgconf /usr/bin/pkg-config
cd -

tar -xf libaio_*.orig.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion packages/percona-xtradb-cluster-8.0/spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ files:
- boost_1_77_0.tar.bz2
- check_*.tar.gz
- libaio_*.orig.tar.xz
- pkg-config_*.tar.gz
- pkgconf-*.tar.xz
- socat-*.tar.bz2
10 changes: 4 additions & 6 deletions packages/percona-xtradb-cluster-8.4/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ main() {
}

install_build_dependencies() {
tar -xf pkg-config_*.tar.gz
cd pkg-config-*/
./configure \
--prefix=/usr \
--with-internal-glib \
--with-pc-path=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
tar -xf pkgconf-*.tar.xz
cd pkgconf-*/
./configure --prefix=/usr
make -j "$(nproc)" install
ln -sf pkgconf /usr/bin/pkg-config
cd -

tar -xf libaio_*.orig.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion packages/percona-xtradb-cluster-8.4/spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ files:
- boost_1_77_0.tar.bz2
- check_*.tar.gz
- libaio_*.orig.tar.xz
- pkg-config_*.tar.gz
- pkgconf-*.tar.xz
- socat-*.tar.bz2
Loading