diff options
-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 d4c8a64be234..ec168b1c5a9b 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 c167aefb6e54..1429abea62a6 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" |