[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:29 UTC 2011


The following commit has been merged in the upstream branch:
commit 5e3b14d67ff2d1837072172ebf7c2a4c480d74a8
Author: Clint Adams <schizo at debian.org>
Date:   Thu Oct 7 20:40:20 2004 +0000

    drop std=c99 because it interferes with sys/ipc.h inclusion
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-33

diff --git a/communicate.c b/communicate.c
index 9d7fdff..668e2ba 100644
--- a/communicate.c
+++ b/communicate.c
@@ -10,7 +10,6 @@
     
  */
 
-# define _XOPEN_SOURCE 600
 #include "communicate.h"
 #include <dlfcn.h>
 #include <stdio.h>
diff --git a/debian/rules b/debian/rules
index 4abcd1d..580467b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CFLAGS = -W -Wall -std=c99 -g
+CFLAGS = -W -Wall -g
 INSTALL = install
 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755

-- 
fakeroot



More information about the Fakeroot-commits mailing list