]> git.pld-linux.org Git - packages/zfs.git/blobdiff - zfs.spec
- added sh patch (kill += bashism in configure)
[packages/zfs.git] / zfs.spec
index d539bfb89a105e6eea8315fb1c7c19a24052d50a..6b122a31bda392f5f121b34f97b259c6fe7af5c3 100644 (file)
--- a/zfs.spec
+++ b/zfs.spec
@@ -42,6 +42,7 @@ Source0:      https://github.com/zfsonlinux/zfs/archive/zfs-%{version}/%{pname}-%{ver
 # Source0-md5: db6618a09f6494e1126b14a1302f77c8
 Patch0:                x32.patch
 Patch1:                am.patch
+Patch2:                %{name}-sh.patch
 URL:           http://zfsonlinux.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -274,6 +275,7 @@ p=`pwd`\
 %setup -q -n %{pname}-zfs-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -286,6 +288,7 @@ p=`pwd`\
 %if %{with userspace}
 %configure \
        --disable-silent-rules \
+       --enable-systemd \
        --with-config="user" \
        --with-linux=%{_kernelsrcdir} \
        --with-systemdunitdir=%{systemdunitdir} \
This page took 0.136574 seconds and 4 git commands to generate.