File: 07-compile-with-rdynamic-for-powerpc.patch

package info (click to toggle)
osdsh 0.7.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: ansic: 1,064; tcl: 335; makefile: 69
file content (21 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Joachim Breitner <nomeata@debian.org>
Date: Fri, 1 Apr 2005 13:13:12 +0200
Subject: Compile with -rdynamic for powerpc

---
 src/osdsh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/osdsh/Makefile b/src/osdsh/Makefile
index 5fa6be3..7770eae 100644
--- a/src/osdsh/Makefile
+++ b/src/osdsh/Makefile
@@ -4,7 +4,7 @@ BINDIR = $(PREFIX)/bin
 DOCDIR = $(PREFIX)/doc/osdsh
 LIBDIR = -L/usr/X11R6/lib -L/usr/lib
 LIBS   = $(LIBDIR) -lxosd -lpthread
-CFLAGS = -O3
+CFLAGS = -O3 -rdynamic
 
 #APMOBJS = apmwatch.o
 #APMLIBS = -lapm