aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-01 23:19:51 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-02 10:46:24 +0100
commit72a4c23d109b8ea8248887634f5a628cb3d48b21 (patch)
tree7485318961d9ee8042d3b53cda9666ce4fdcb30e
parentd841e58042cd10f0928dbb6f99f510b68db2b782 (diff)
downloadaports-72a4c23d109b8ea8248887634f5a628cb3d48b21.tar.bz2
aports-72a4c23d109b8ea8248887634f5a628cb3d48b21.tar.xz
community/ldc: move from testing
-rw-r--r--community/ldc/01-conf.patch (renamed from testing/ldc/01-conf.patch)0
-rw-r--r--community/ldc/APKBUILD (renamed from testing/ldc/APKBUILD)3
2 files changed, 3 insertions, 0 deletions
diff --git a/testing/ldc/01-conf.patch b/community/ldc/01-conf.patch
index ad01f92d58..ad01f92d58 100644
--- a/testing/ldc/01-conf.patch
+++ b/community/ldc/01-conf.patch
diff --git a/testing/ldc/APKBUILD b/community/ldc/APKBUILD
index ea4e700519..d1008d7e3d 100644
--- a/testing/ldc/APKBUILD
+++ b/community/ldc/APKBUILD
@@ -47,6 +47,9 @@ build() {
$CMAKE_CROSSOPTS "$builddir"
make
+ # Build the test runners
+ make all-test-runners
+
# CMake added the rpaths to the shared libs - strip them
chrpath -d "$builddir"/lib/*.so*
}