]> git.pld-linux.org Git - packages/file.git/commitdiff
- disable libseccomp for now, causes "Bad system call" errors on i686
authorMarcin Krol <hawk@tld-linux.org>
Tue, 26 Jun 2018 10:17:38 +0000 (10:17 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 26 Jun 2018 10:17:38 +0000 (10:17 +0000)
file.spec

index 74387ab4cac07c7846de4efc15c280496258eda3..89a0b6ffc9b6c012d15467f5b5a396f69e6b7748 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -30,7 +30,7 @@ Summary(zh_CN.UTF-8): 判定文件类型的工具。
 Summary(zh_TW.UTF-8):  用於決定檔案類型的一個工具程式。
 Name:          file
 Version:       5.33
-Release:       1
+Release:       2
 License:       distributable
 Group:         Applications/File
 Source0:       ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
@@ -292,6 +292,7 @@ cp -a python py3
 %{__autoconf}
 %{__automake}
 %configure \
+       --disable-libseccomp \
        --disable-silent-rules \
        --enable-fsect-man5 \
        %{?with_static_libs:--enable-static}
This page took 0.548397 seconds and 4 git commands to generate.