summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2007-02-12 19:24:08 +0100
committerJaka Kranjc2007-02-13 20:32:53 +0100
commit1f23b488558004fcd4962ab373a0529b4737f223 (patch)
tree6dd29155c1c61e8f6c134b99628e325f07ae5752
parent0e2be0ac88508acf0a255bb84632dbc26cf5afc5 (diff)
not installing /bin/kill of procps
(cherry picked from commit 74c75de79b998c17e816d836f1d39a5f339ce1eb)
-rwxr-xr-xutils/procps/BUILD1
-rw-r--r--utils/procps/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/utils/procps/BUILD b/utils/procps/BUILD
index 986b4dcc85..c596068a2e 100755
--- a/utils/procps/BUILD
+++ b/utils/procps/BUILD
@@ -1,5 +1,6 @@
sedit "s/-O2/${CFLAGS}/" Makefile &&
sedit "s/^lib64 .*/lib64 := lib/" Makefile &&
sedit "s/-ffast-math//" Makefile &&
+sedit 's/\#\(SKIP := \$(bin)kill \$(man1)kill.1\)/\1/' Makefile &&
make_single &&
make -e XSCPT='' DESTDIR=${INSTALL_ROOT}
diff --git a/utils/procps/HISTORY b/utils/procps/HISTORY
index a0820be0dc..caeb4bdda2 100644
--- a/utils/procps/HISTORY
+++ b/utils/procps/HISTORY
@@ -1,3 +1,6 @@
+2007-02-12 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: disable installation of /bin/kill (bug 13428)
+
2006-12-19 David Kowis <dkowis@shlrm.org>
* BUILD: removed -ffast-math from the Makefile
Thanks to ruskie, sqweek for their assistance in tracking this down