diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 13:09:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | 54b3bea757deafa6c7fc09bb1fa6a1ed973767bc (patch) | |
tree | 84db16e6ab5bc05a9f61d2ec33a0892227f420c7 /testing/mongo-c-driver/generate_uninstall.patch | |
parent | c887d7741921890f1e05a1b7fd6ac7c6092d1ce0 (diff) | |
download | aports-54b3bea757deafa6c7fc09bb1fa6a1ed973767bc.tar.bz2 aports-54b3bea757deafa6c7fc09bb1fa6a1ed973767bc.tar.xz |
testing/mongo-c-driver: upgrade to 1.13.0
libbson is merged into mongo-c-driver upstream so we provide libbson
from mongo-c-driver.
Diffstat (limited to 'testing/mongo-c-driver/generate_uninstall.patch')
-rw-r--r-- | testing/mongo-c-driver/generate_uninstall.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/mongo-c-driver/generate_uninstall.patch b/testing/mongo-c-driver/generate_uninstall.patch new file mode 100644 index 0000000000..1434ae4283 --- /dev/null +++ b/testing/mongo-c-driver/generate_uninstall.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index f7a0dfe..d63b93e 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -347,7 +347,7 @@ set (UNINSTALL_PROG_DIR "${CMAKE_INSTALL_FULL_DATADIR}/mongo-c-driver") + # + # This needs to be last (after all other add_subdirectory calls) to ensure that + # the generated uninstall program is complete and correct +-add_subdirectory (generate_uninstall) ++# add_subdirectory (generate_uninstall) + + add_custom_target (uninstall + COMMAND "${UNINSTALL_PROG_DIR}/${UNINSTALL_PROG}" |