diff options
author | B. Watson <yalhcru@gmail.com> | 2018-01-23 14:34:31 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:52 +0700 |
commit | d31c85369e5c83afc117b7dc7df656df95366248 (patch) | |
tree | 1f6d442eb98510917d2daf65029597646f361dc9 /system | |
parent | c4295dcba60094e7dbb1f0139c3add6f3a9ac775 (diff) | |
download | slackbuilds-d31c85369e5c83afc117b7dc7df656df95366248.tar.gz |
system/statifier: Allow 64-bit build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/statifier/README | 8 | ||||
-rw-r--r-- | system/statifier/statifier.info | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/statifier/README b/system/statifier/README index d4c8a64be2..ec168b1c5a 100644 --- a/system/statifier/README +++ b/system/statifier/README @@ -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. diff --git a/system/statifier/statifier.info b/system/statifier/statifier.info index c167aefb6e..1429abea62 100644 --- a/system/statifier/statifier.info +++ b/system/statifier/statifier.info @@ -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" |