[PATCH] allow the use of an alternative input.h

Danny Kukawka danny.kukawka at web.de
Mon Nov 26 08:52:26 PST 2007


On Montag, 19. November 2007, Rob Taylor wrote:
> That patch is useful for building the latest HAL on systems where you
> don't necessarily have the latest kernel headers installed. It obviously
> isn't strictly necessary (passing appropriate CFLAGS to configure would
> do) but a nice feature, I think.

If it doesn't change the current behavior by default: okay for me, except 
this:

--- a/hald/massif-hald.sh
+++ b/hald/massif-hald.sh
@@ -19,7 +19,7 @@ rm massif.*
 valgrind --tool=massif --format=html --depth=10 \
         --alloc-fn=g_malloc --alloc-fn=g_realloc \
         --alloc-fn=g_try_malloc --alloc-fn=g_malloc0 --alloc-fn=g_mem_chunk_alloc 
\
-        ./hald --daemon=no --verbose=yes --retain-privileges --exit-after-probing
+        ./hald --daemon=no --verbose=yes --retain-privileges 
#--exit-after-probing
 


More information about the hal mailing list