summaryrefslogtreecommitdiff
path: root/user/libquotient
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-10 01:44:23 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-10 01:44:23 +0000
commit82d9237e0bde9a77cfb18f9cbbfb66cf223b878b (patch)
tree20e9b2076ff24777a402bbaa1552d14f930395cd /user/libquotient
parent0f4ea66b0e8ced4fc6ded80b19f6391a72410a86 (diff)
downloadpackages-82d9237e0bde9a77cfb18f9cbbfb66cf223b878b.tar.gz
packages-82d9237e0bde9a77cfb18f9cbbfb66cf223b878b.tar.bz2
packages-82d9237e0bde9a77cfb18f9cbbfb66cf223b878b.tar.xz
packages-82d9237e0bde9a77cfb18f9cbbfb66cf223b878b.zip
user/*: Modernise / fix syntax / metadata / deps
Diffstat (limited to 'user/libquotient')
-rw-r--r--user/libquotient/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/libquotient/APKBUILD b/user/libquotient/APKBUILD
index b954f5c95..003f53e3f 100644
--- a/user/libquotient/APKBUILD
+++ b/user/libquotient/APKBUILD
@@ -25,7 +25,7 @@ build() {
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
- ${CMAKE_CROSSOPTS}
+ ${CMAKE_CROSSOPTS} .
make
}