Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 8a508d791756cc55161aff81b6af0bc3 > files > 1

libpri-1.4.12-1.fc15.src.rpm

From e7ebc257a22a4a92a08af8d4b0dcaa9e8af6502b 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 2096654..1bdfd22 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ DYNAMIC_OBJS= \
 	rose_qsig_mwi.lo \
 	rose_qsig_name.lo \
 	version.lo
-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_OPT) $(COVERAGE_CFLAGS)
+CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC $(ALERTING) $(LIBPRI_OPT) $(COVERAGE_CFLAGS) $(RPM_OPT_FLAGS)
 INSTALL_PREFIX=$(DESTDIR)
 INSTALL_BASE=/usr
 libdir?=$(INSTALL_BASE)/lib
-- 
1.7.6