diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index e708f78..5e917f1 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -138,6 +138,7 @@ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki Source0: https://github.com/%{name}/%{name}/archive/V%{dash_dev_version}/%{name}-%{dash_dev_version}.tar.gz Patch1: 0001-src-cmake-modules-FindNTIPC.cmake.patch +Patch2: 0002-src-CMakeLists.txt.patch BuildRequires: cmake BuildRequires: bison @@ -518,6 +519,7 @@ Development headers and auxiliary files for developing with %{name}. %prep %setup -q -n %{name}-%{dash_dev_version} %patch1 -p1 +%patch2 -p1 %build cd src && %cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo \