Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > e6ac98deeb8f7b3492021d46e3a19e03 > files > 1

libpri-1.4.11.3-1.fc13.src.rpm

From cc5ea6189c9ed33f7acfae33debf877dd5d6645e Mon Sep 17 00:00:00 2001
From: Jeffrey C. Ollie <jeff@ocjtech.us>
Date: Wed, 26 May 2010 12:00:08 -0500
Subject: [PATCH] Remove -g from optimization flags.

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index effd676..ec6ae70 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ DYNAMIC_OBJS= \
 	rose_qsig_mwi.lo \
 	rose_qsig_name.lo \
 	version.lo
-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS) $(LIBPRI_OPT)
+CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC $(ALERTING) $(LIBPRI_COUNTERS) $(RPM_OPT_FLAGS)
 INSTALL_PREFIX=$(DESTDIR)
 INSTALL_BASE=/usr
 libdir?=$(INSTALL_BASE)/lib
-- 
1.7.0.1