]> git.pld-linux.org Git - packages/ifplugd.git/commitdiff
- kill -std=c99 (so it compiles with linux libc headers)
authorwrobell <wrobell@pld-linux.org>
Mon, 2 May 2005 17:05:41 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ifplugd-nostdc99.patch -> 1.1

ifplugd-nostdc99.patch [new file with mode: 0644]

diff --git a/ifplugd-nostdc99.patch b/ifplugd-nostdc99.patch
new file mode 100644 (file)
index 0000000..0f8a62c
--- /dev/null
@@ -0,0 +1,11 @@
+--- ifplugd-0.26/configure.ac.orig     2005-05-02 17:57:57.000000000 +0100
++++ ifplugd-0.26/configure.ac  2005-05-02 17:58:23.000000000 +0100
+@@ -45,7 +45,7 @@
+    CFLAGS="$CFLAGS -pipe -W -Wall -pedantic"
+    AC_LANG_CONFTEST([int main() {}])
+-   $CC -c conftest.c -std=c99 -Wno-unused-parameter $CFLAGS > /dev/null 2> /dev/null && CFLAGS="$CFLAGS -std=c99 -Wno-unused-parameter"
++   $CC -c conftest.c -Wno-unused-parameter $CFLAGS > /dev/null 2> /dev/null && CFLAGS="$CFLAGS -Wno-unused-parameter"
+    rm -f conftest.o
+ fi
This page took 0.061974 seconds and 4 git commands to generate.