]> git.pld-linux.org Git - packages/freeipmi.git/commitdiff
- required to build
authorluzik <luzik@pld-linux.org>
Sat, 14 Jun 2008 18:30:41 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeipmi-wrap.patch -> 1.1

freeipmi-wrap.patch [new file with mode: 0644]

diff --git a/freeipmi-wrap.patch b/freeipmi-wrap.patch
new file mode 100644 (file)
index 0000000..00e33cb
--- /dev/null
@@ -0,0 +1,13 @@
+--- freeipmi-0.6.4/ipmipower/src/wrappers.c.fix        2008-06-14 10:00:22.660063618 +0200
++++ freeipmi-0.6.4/ipmipower/src/wrappers.c    2008-06-14 10:00:36.659101479 +0200
+@@ -537,10 +537,6 @@ Regexec(const regex_t * preg, const char
+     int n;
+     char buf[MAX_REG_BUF];
+-#ifndef __FreeBSD__
+-    /* Review: undocumented, is it needed? */
+-    re_syntax_options = RE_SYNTAX_POSIX_EXTENDED;
+-#endif
+     Strncpy(buf, string, MAX_REG_BUF);
+     n = regexec(preg, buf, nmatch, pmatch, eflags);
+     return n;
This page took 0.098879 seconds and 4 git commands to generate.