diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2022-05-23 02:59:15 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2022-05-23 02:59:55 +0200 |
commit | 6ddd8ed1b7caa6fca3fe30ddc7d92fc7b2309282 (patch) | |
tree | 36f0c3c4fdac8e99165492fa1d2d8160656537c7 | |
parent | e60a192257b7a47b67455ceb220a865356326771 (diff) | |
download | aports-6ddd8ed1b7caa6fca3fe30ddc7d92fc7b2309282.tar.gz aports-6ddd8ed1b7caa6fca3fe30ddc7d92fc7b2309282.tar.bz2 aports-6ddd8ed1b7caa6fca3fe30ddc7d92fc7b2309282.tar.xz |
community/rnp: fix build - don't read version from git
-rw-r--r-- | community/rnp/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/rnp/APKBUILD b/community/rnp/APKBUILD index 5ee2e031dd..70acefc9dd 100644 --- a/community/rnp/APKBUILD +++ b/community/rnp/APKBUILD @@ -49,6 +49,7 @@ build() { -DBUILD_TESTING=$(want_check && echo ON || echo OFF) \ -DDOWNLOAD_GTEST=OFF \ -DDOWNLOAD_RUBYRNP=OFF \ + -DGIT_EXECUTABLE=/bin/false \ $crossopts . cmake --build build } |