2009-04-15 11:02:34 +02:00
|
|
|
Index: Makefile
|
|
|
|
===================================================================
|
2009-09-30 21:33:39 +02:00
|
|
|
--- Makefile.orig 2009-09-22 21:25:26.000000000 +0200
|
|
|
|
+++ Makefile 2009-09-30 21:18:15.000000000 +0200
|
2009-04-15 11:02:34 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
2009-09-30 21:33:39 +02:00
|
|
|
-CXXFLAGS=-Wall -Wextra -pedantic -O2 -DNDEBUG
|
2009-04-15 11:02:34 +02:00
|
|
|
+CXXFLAGS=${RPM_OPT_FLAGS}
|
|
|
|
CXX=g++
|
|
|
|
BIN=${DESTDIR}/usr/bin
|
|
|
|
|