Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37912095
en ru br
ALT Linux repositórios
S:0.1-alt3_6

Group :: Development/Tools
RPM: autodafe

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: autodafe-0.1-cflags.patch
Download


diff -up autodafe-0.1/src/adbg/Makefile.in~ autodafe-0.1/src/adbg/Makefile.in
--- autodafe-0.1/src/adbg/Makefile.in~	2006-08-05 01:00:39.000000000 +0300
+++ autodafe-0.1/src/adbg/Makefile.in	2009-06-25 01:29:18.000000000 +0300
@@ -1,6 +1,6 @@
 CC = @CC@
 LIBS = @LIBS@
-CFLAGS = -O2
+CFLAGS = @CFLAGS@
 DEFS = @DEFS@
 WALL = -Wall
 OBJ = debug.o gdb.o network.o adbg.o
diff -up autodafe-0.1/src/adc/Makefile.in~ autodafe-0.1/src/adc/Makefile.in
--- autodafe-0.1/src/adc/Makefile.in~	2006-08-05 01:00:39.000000000 +0300
+++ autodafe-0.1/src/adc/Makefile.in	2009-06-25 01:29:35.000000000 +0300
@@ -1,6 +1,6 @@
 CC = @CC@
 LIBS = @LIBS@
-FLAGS = -O2
+FLAGS = @CFLAGS@
 DEFS = @DEFS@
 WALL = -Wall
 OBJ = lexer.o parser.o
diff -up autodafe-0.1/src/autodafe/Makefile.in~ autodafe-0.1/src/autodafe/Makefile.in
--- autodafe-0.1/src/autodafe/Makefile.in~	2006-08-05 01:00:39.000000000 +0300
+++ autodafe-0.1/src/autodafe/Makefile.in	2009-06-25 01:29:50.000000000 +0300
@@ -1,6 +1,6 @@
 CC = @CC@
 LIBS = @LIBS@
-CFLAGS = -O2
+CFLAGS = @CFLAGS@
 DEFS = @DEFS@
 WALL = -Wall
 OBJ = debug.o file.o dbg.o output.o chrono.o network.o transmit.o hash.o opcode.o engine.o autodafe.o
diff -up autodafe-0.1/src/pdml2ad/Makefile.in~ autodafe-0.1/src/pdml2ad/Makefile.in
--- autodafe-0.1/src/pdml2ad/Makefile.in~	2006-08-05 01:00:39.000000000 +0300
+++ autodafe-0.1/src/pdml2ad/Makefile.in	2009-06-25 01:30:51.000000000 +0300
@@ -1,6 +1,6 @@
 CC = @CC@
 LIBS = @LIBS@ -L /usr/lib
-CFLAGS = -O2 -I /usr/include/libxml2
+CFLAGS = @CFLAGS@ $(shell pkg-config libxml-2.0 --cflags)
 DEFS = @DEFS@
 WALL = -Wall
 OBJ = debug.o output.o recover.o xml.o pdml2ad.o
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009