diff --git a/system/base/file/actions.py b/system/base/file/actions.py
index 31aae691..12791965 100644
--- a/system/base/file/actions.py
+++ b/system/base/file/actions.py
@@ -16,6 +16,8 @@ def setup():
autotools.configure("--datadir=/usr/share/misc \
--disable-static \
--enable-fsect-man5")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
diff --git a/system/base/file/pspec.xml b/system/base/file/pspec.xml
index e8954de4..2fd539b1 100644
--- a/system/base/file/pspec.xml
+++ b/system/base/file/pspec.xml
@@ -12,10 +12,10 @@
app:console
Program to identify a file's format by scanning binary data for patterns
Program to identify a file's format by scanning binary data for patterns.
- ftp://ftp.astron.com/pub/file/file-5.23.tar.gz
+ ftp://ftp.astron.com/pub/file/file-5.24.tar.gz
- zlib
+ zlib-devel
python-devel
@@ -41,6 +41,13 @@
+
+ 2015-08-24
+ 5.24
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2015-06-17
5.23