summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-11-14 10:34:07 +0000
committerJaka Kranjc2007-11-14 20:21:26 +0000
commit98da6c90c8736bcfa93e6523e77450d501cea7f2 (patch)
treefbb11cacc60f084a5823637c481edcdbcd09f7f5
parent051b4083843f37fcd9387df57d4226e00a1de1aa (diff)
hal: added a force_depends on glibc, needs newer kernel headers than those
that came with glibc 2.4 #14080 (cherry picked from commit ea55a114457eebe25080f8e3709effc50b47f55e)
-rwxr-xr-xutils/hal/DEPENDS5
-rw-r--r--utils/hal/HISTORY2
2 files changed, 7 insertions, 0 deletions
diff --git a/utils/hal/DEPENDS b/utils/hal/DEPENDS
index 40f950a6b4..ad31911141 100755
--- a/utils/hal/DEPENDS
+++ b/utils/hal/DEPENDS
@@ -13,6 +13,11 @@ depends dbus-python &&
# bug #13500
sub_depends udev VOLUME_ID &&
+depends glibc &&
+if [[ $(installed_version glibc | sed -n 's/^\(.\)\.\(.\).*/\1\2/p') -lt 26 ]]; then
+ force_depends glibc
+fi &&
+
#optional_depends consolekit \
# "--enable-console-kit" \
# "--disable-console-kit" \
diff --git a/utils/hal/HISTORY b/utils/hal/HISTORY
index 7d55ec8568..39bf6077f9 100644
--- a/utils/hal/HISTORY
+++ b/utils/hal/HISTORY
@@ -1,5 +1,7 @@
2007-11-14 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* DEPENDS: removed hal-info #14079 (circular dependency and wrong)
+ added a force_depends on glibc, needs newer kernel headers than those
+ that came with glibc 2.4 #14080
2007-10-30 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.5.10