Author: megabajt Date: Thu Jul 10 22:38:10 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - try to fix build on ppc by changing configure check
---- Files affected: SOURCES: OpenIPMI-popt.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/OpenIPMI-popt.patch diff -u /dev/null SOURCES/OpenIPMI-popt.patch:1.1 --- /dev/null Fri Jul 11 00:38:10 2008 +++ SOURCES/OpenIPMI-popt.patch Fri Jul 11 00:38:04 2008 @@ -0,0 +1,12 @@ +diff -urN OpenIPMI-2.0.14/configure.in OpenIPMI-2.0.14.new/configure.in +--- OpenIPMI-2.0.14/configure.in 2008-07-10 23:14:19.944597596 +0200 ++++ OpenIPMI-2.0.14.new/configure.in 2008-07-11 00:34:35.014532858 +0200 +@@ -289,7 +289,7 @@ + fi + + if test "x$POPTLIBS" = "x"; then +- AC_CHECK_LIB(popt, poptHelpOptions, POPTLIBS=-lpopt) ++ AC_CHECK_LIB(popt, poptGetContext, POPTLIBS=-lpopt) + if test "x$POPTLIBS" = ""; then + echo "Could not find the popt library" + exit 1 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
