Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
0041cae6
Commit
0041cae6
authored
10 months ago
by
Leonardo Arena
Committed by
Natanael Copa
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
main/pgpool: build PostgreSQL extentions
parent
2fb6423e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66321
main/pgpool: build PostgreSQL extentions
Pipeline
#236028
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/pgpool/APKBUILD
+5
-1
5 additions, 1 deletion
main/pgpool/APKBUILD
with
5 additions
and
1 deletion
main/pgpool/APKBUILD
+
5
−
1
View file @
0041cae6
...
...
@@ -3,7 +3,7 @@
pkgname
=
pgpool
pkgver
=
4.5.2
_pkgver
=
"
${
pkgver
//./_
}
"
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A connection pooling/replication server for PostgreSQL"
url
=
"https://www.pgpool.net/"
arch
=
"all"
...
...
@@ -17,6 +17,7 @@ makedepends="
libtool
linux-headers
openssl-dev
postgresql-dev
"
pkgusers
=
"postgres"
pkggroups
=
"postgres"
...
...
@@ -51,6 +52,7 @@ build() {
--with-openssl
\
--disable-rpath
make
-j1
make
PG_CONFIG
=
/usr/bin/pg_config
-C
"
$builddir
"
/src/sql
}
check
()
{
...
...
@@ -60,6 +62,8 @@ check() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
${
pkgdir
}
/"
PG_CONFIG
=
/usr/bin/pg_config
-C
"
$builddir
"
/src/sql
install
touch
"
$pkgdir
"
/etc/
$pkgname
/pool_passwd
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment