Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marian Buschsieweke
aports
Commits
9953806f
Commit
9953806f
authored
Oct 28, 2021
by
Andy Postnikov
Browse files
community/postgresql-timescaledb: use cmake without make
parent
9dd181df
Changes
1
Show whitespace changes
Inline
Side-by-side
community/postgresql-timescaledb/APKBUILD
View file @
9953806f
...
...
@@ -39,15 +39,15 @@ build() {
-DCMAKE_VERBOSE_MAKEFILE
=
ON
\
-DREGRESS_CHECKS
=
OFF
\
-DAPACHE_ONLY
=
ON
make
-
C
build
c
make
-
-build
build
}
check
()
{
make
-
C
build
test
c
make
-
-build
build
--target
test
}
package
()
{
make
-C
build
install
DESTDIR
=
"
$pkgdir
"
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment