File: 03_debugbuild.patch

package info (click to toggle)
quelcom 0.4.0-15
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,528 kB
  • sloc: cpp: 4,148; makefile: 184; sh: 15
file content (29 lines) | stat: -rw-r--r-- 1,297 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff -Nbaur quelcom-0.4.0_02/bin/makefile quelcom-0.4.0/bin/makefile
--- quelcom-0.4.0_02/bin/makefile	2002-10-10 02:02:33.000000000 -0700
+++ quelcom-0.4.0/bin/makefile	2002-10-10 02:03:37.000000000 -0700
@@ -13,9 +13,9 @@
 # if you don't want to include native language support (=get quelcom messages 
 #  in a different language than english) remove -DNLS and -DLOCALEDIR... below
 #
-CXXFLAGS=-DNLS -Wall -DVERSION=\"$(VERSION)\" -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(LOCALEDIR)\" -I./../lib
+CXXFLAGS=-g -DNLS -Wall -DVERSION=\"$(VERSION)\" -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(LOCALEDIR)\" -I./../lib
 
-LDFLAGS=-lm -L./../lib
+LDFLAGS=-g -lm -L./../lib
 
 $(MP3BINOBJ) $(WAVBINOBJ): %.o: %.cc
 	$(CXX) $(CXXFLAGS) -DAPPNAME=\"$*\" -o $@ -c $<
diff -Nbaur quelcom-0.4.0_02/lib/makefile quelcom-0.4.0/lib/makefile
--- quelcom-0.4.0_02/lib/makefile	2002-10-10 02:02:33.000000000 -0700
+++ quelcom-0.4.0/lib/makefile	2002-10-10 02:03:46.000000000 -0700
@@ -7,8 +7,8 @@
 # if you don't want to include native language support (=get quelcom messages 
 #  in a different language than english) remove -DNLS below
 #
-CXXFLAGS=-DNLS -Wall -fPIC
-LDFLAGS=-lm
+CXXFLAGS=-g -DNLS -Wall -fPIC
+LDFLAGS=-g -lm
 
 MP3LIB=qmp3 qmp3frameheader qtag qreport
 MP3LIBSOURCES=$(addsuffix .cc,$(MP3LIB))