system/statifier: Allow 64-bit build.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-01-23 14:34:31 -05:00 committed by Willy Sudiarto Raharjo
parent c4295dcba6
commit d31c85369e
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ Notes:
2. Executables converted with statifier will show up as dynamic, in
'file' output, but ldd will say 'not a dynamic executable'.
3. Converting 32-bit executables on a 64-bit system requires multilib
and probably a 32-bit statifier package. The SlackBuild maintainer
hasn't tested multilib, and would be interested to know what kind of
results you get with it.
3. A 64-bit statifier can only convert 64-bit binaries. Converting 32-bit
executables on a 64-bit system requires multilib and a 32-bit statifier
package. The SlackBuild maintainer hasn't tested multilib, and would
be interested to know what kind of results you get with it.

View File

@ -3,7 +3,7 @@ VERSION="1.7.4"
HOMEPAGE="http://statifier.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/statifier/statifier-1.7.4.tar.gz"
MD5SUM="e6004f1436be1d525e973536d12b44de"
DOWNLOAD_x86_64="UNSUPPORTED"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="B. Watson"