Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-02-13 00:51:30 +0300
committerelfmz <fenix1905@tut.by>2022-02-13 00:51:30 +0300
commit097ea05c90b44512ce8c50a74219338cf4855711 (patch)
treebb3b9742476459bbce7c3ef2dad212c4b00b7b70 /packaging
parent896988de0ed0f784e65453852d5a569a2866103b (diff)
add libnfs11 to dependencies options (touch #1246)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt
index 6fb445ad..775dcfe3 100644
--- a/packaging/CMakeLists.txt
+++ b/packaging/CMakeLists.txt
@@ -35,7 +35,7 @@ if(LIBSMBCLIENT_FOUND)
SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libsmbclient")
endif(LIBSMBCLIENT_FOUND)
if(LIBNFS_FOUND)
- SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libnfs12 | libnfs13")
+ SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libnfs11 | libnfs12 | libnfs13")
endif(LIBNFS_FOUND)
if(LIBNEON_FOUND)
SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libneon27")