diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-02-25 17:31:22 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-02-25 17:31:22 +0100 |
commit | 18b699c30f1cd2d55bd094c10c44cfc3102f895c (patch) | |
tree | 3ac3566dfd0329f5dfb545d30940a439108b5b2e | |
parent | 83bc4332e7d6d74293c1c41e047d2681a8350e1a (diff) | |
download | busybox-w32-18b699c30f1cd2d55bd094c10c44cfc3102f895c.tar.gz busybox-w32-18b699c30f1cd2d55bd094c10c44cfc3102f895c.tar.bz2 busybox-w32-18b699c30f1cd2d55bd094c10c44cfc3102f895c.zip |
build system: remove a dead link from Config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -423,10 +423,7 @@ config SELINUX | |||
423 | the option of compiling in SELinux applets. | 423 | the option of compiling in SELinux applets. |
424 | 424 | ||
425 | If you do not have a complete SELinux userland installed, this stuff | 425 | If you do not have a complete SELinux userland installed, this stuff |
426 | will not compile. Go visit | 426 | will not compile. Specifially, libselinux 1.28 or better is |
427 | http://www.nsa.gov/selinux/index.html | ||
428 | to download the necessary stuff to allow busybox to compile with | ||
429 | this option enabled. Specifially, libselinux 1.28 or better is | ||
430 | directly required by busybox. If the installation is located in a | 427 | directly required by busybox. If the installation is located in a |
431 | non-standard directory, provide it by invoking make as follows: | 428 | non-standard directory, provide it by invoking make as follows: |
432 | CFLAGS=-I<libselinux-include-path> \ | 429 | CFLAGS=-I<libselinux-include-path> \ |