aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-30 18:09:23 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 18:09:23 +0100
commit43d141449225bee8ae42efbbb9056c89e1132e84 (patch)
treefd6a60af39dc2c41dc042775543c6c0d697eb4be
parentfea9ba466cd86ed7ce026b062cf879ceb7c64ed7 (diff)
downloadaports-43d141449225bee8ae42efbbb9056c89e1132e84.tar.bz2
aports-43d141449225bee8ae42efbbb9056c89e1132e84.tar.xz
testing/mongo-php7-driver: add FIXME comment
-rw-r--r--testing/mongo-php7-driver/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/mongo-php7-driver/APKBUILD b/testing/mongo-php7-driver/APKBUILD
index 062f10e913..7688b4a6cd 100644
--- a/testing/mongo-php7-driver/APKBUILD
+++ b/testing/mongo-php7-driver/APKBUILD
@@ -1,5 +1,6 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
+# FIXME: This is totally wrong, fix it before moving into upper repository!
test -e ../libbson/APKBUILD && . ../libbson/APKBUILD && libbson_ver=$pkgver || return 1
test -e ../mongo-c-driver/APKBUILD && . ../mongo-c-driver/APKBUILD && mongocdrv_ver=$pkgver || return 1