2009-04-15 11:02:34 +02:00
|
|
|
Index: Makefile
|
|
|
|
===================================================================
|
2009-10-26 20:09:57 +01:00
|
|
|
--- Makefile.orig 2009-10-25 08:48:06.000000000 +0100
|
|
|
|
+++ Makefile 2009-10-26 20:06:58.000000000 +0100
|
2009-04-15 11:02:34 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
2009-10-26 20:09:57 +01:00
|
|
|
-CXXFLAGS=-Wall -Wextra -pedantic -O2
|
2009-04-15 11:02:34 +02:00
|
|
|
+CXXFLAGS=${RPM_OPT_FLAGS}
|
|
|
|
CXX=g++
|
|
|
|
BIN=${DESTDIR}/usr/bin
|
|
|
|
|