aboutsummaryrefslogblamecommitdiff
path: root/audio/gsi/files/patch-ar
blob: de4951830798a885aa7328b2b1386d7ef6993fc6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                                                                        
 
                                        
 
                                      



                                                  








                                                                                                
--- test/server/memory_leak/Makefile.orig	Thu Dec 28 02:59:47 2000
+++ test/server/memory_leak/Makefile	Fri May 16 16:53:49 2003
@@ -23,7 +23,7 @@
 
 INCLUDES	= -I../../../lib/include
 
-CFLAGS		= -O2 -DDEBUG -g -Wall
+CFLAGS		+= -Wall -DDEBUG
 ALL_CFLAGS	= $(DEFINES) $(INCLUDES) $(CFLAGS)
 
 
@@ -44,7 +44,7 @@
 else
 CURSES		= ncurses
 endif
-LIBS		= $(CURRENT_GSI_LIBS) -L/usr/local/lib -lgsi -lgsif -lm -l$(CURSES) $(EXTRALIBS)
+LIBS		= $(CURRENT_GSI_LIBS) -lgsi -lgsif -lm -l$(CURSES) $(EXTRALIBS)
 
 #-----------------------------------------------------------------------------#
 #        Targets