File astyle-1.24-cxxflags.patch of Package astyle

--- build/gcc/Makefile.orig	2010-05-11 11:29:20.000000000 +0200
+++ build/gcc/Makefile	2010-05-11 11:29:38.000000000 +0200
@@ -28,7 +28,7 @@
 bindir = bin
 objdir = obj
 ipath=$(prefix)/bin
-CBASEFLAGS = -W -Wall -fno-rtti -fno-exceptions
+CBASEFLAGS = -W -Wall -fno-rtti -fno-exceptions $(CXXFLAGS)
 JAVAINCS   = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
 CXX = g++
 INSTALL=install -o $(USER) -g $(USER)
@@ -104,7 +104,7 @@
 release:  astyle
 astyle:  $(OBJ)
 	@ mkdir -p $(bindir)
-	$(CXX) -s -o $(bindir)/$@ $^
+	$(CXX) -o $(bindir)/$@ $^
 	@ echo
 
 debug:  astyled
openSUSE Build Service is sponsored by