]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- try to fix build on ppc by changing configure check
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 10 Jul 2008 22:38:04 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenIPMI-popt.patch -> 1.1

OpenIPMI-popt.patch [new file with mode: 0644]

diff --git a/OpenIPMI-popt.patch b/OpenIPMI-popt.patch
new file mode 100644 (file)
index 0000000..3b93fa6
--- /dev/null
@@ -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
This page took 0.808692 seconds and 4 git commands to generate.