diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 18:09:23 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 18:09:23 +0100 |
commit | 43d141449225bee8ae42efbbb9056c89e1132e84 (patch) | |
tree | fd6a60af39dc2c41dc042775543c6c0d697eb4be /testing/mongo-php7-driver/APKBUILD | |
parent | fea9ba466cd86ed7ce026b062cf879ceb7c64ed7 (diff) | |
download | aports-43d141449225bee8ae42efbbb9056c89e1132e84.tar.bz2 aports-43d141449225bee8ae42efbbb9056c89e1132e84.tar.xz |
testing/mongo-php7-driver: add FIXME comment
Diffstat (limited to 'testing/mongo-php7-driver/APKBUILD')
-rw-r--r-- | testing/mongo-php7-driver/APKBUILD | 1 |
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 |