Hi, Eelco Dolstra <[email protected]> skribis:
> We should probably test Autoconf/Automake updates in a separate branch + Hydra > jobset, since there really is no such thing as a "minor" update when it comes > to > Autoconf/Automake :-( Even if were true, I really think it doesn’t matter, since packages usually have no good reason to depend on them. The real fix is for ‘mountall’ to not depend on it. Take this patch (the one that justifies the dependency):
--- mountall-2.31-orig/configure.ac 2011-07-15 14:00:15.000000000 +0200 +++ mountall-2.31/configure.ac 2011-07-25 00:13:13.000000000 +0200 @@ -29,7 +29,7 @@ PKG_CHECK_MODULES([NIH_DBUS], [libnih-dbus >= 1.0.0]) PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.2.16]) PKG_CHECK_MODULES([UDEV], [libudev >= 146]) -PKG_CHECK_MODULES([PLYMOUTH], [ply-boot-client >= 0.8.0]) +#PKG_CHECK_MODULES([PLYMOUTH], [ply-boot-client >= 0.8.0])
It can be trivially avoided by setting PLYMOUTH_CFLAGS and PLYMOUTH_LIBS. ‘./configure --help’ is your friend. :-) Thanks, Ludo’.
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
