tags 459029 +patch
thanks

The attached patch just disables -fno-rtti and fixes the FTBFS.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog glaurung-2.0.1/src/Makefile glaurung-2.0.1/src/Makefile
--- glaurung-2.0.1/src/Makefile	2007-11-22 15:55:26.000000000 +0530
+++ glaurung-2.0.1/src/Makefile	2008-01-13 15:35:38.000000000 +0530
@@ -50,7 +50,7 @@
 # Compiling with GCC:
 CXX = g++
 CXXFLAGS = -O3 -DNDEBUG -g -funroll-loops -fomit-frame-pointer \
-        -fstrict-aliasing -fno-exceptions -fno-rtti -Wall
+        -fstrict-aliasing -fno-exceptions -Wall
 
 # Compiling with GCC, in debug mode:
 # CXX = g++

Attachment: signature.asc
Description: Digital signature

Reply via email to