summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorBrian P. Hinz <bphinz@users.sf.net>2016-03-19 14:16:47 -0400
committerBrian P. Hinz <bphinz@users.sf.net>2016-03-19 15:44:20 -0400
commit4c4df85b42551e6b61c0930ea5e92a44437d0b2b (patch)
treea16e8e77032ff55dc01024741e5c579b7feb2f3a /contrib
parent24f95199aaa149ceca271eb30c90fc3a564cbcc5 (diff)
downloadtigervnc-4c4df85b42551e6b61c0930ea5e92a44437d0b2b.tar.gz
tigervnc-4c4df85b42551e6b61c0930ea5e92a44437d0b2b.zip
Add '-g' to CFLAGS in el5 builds to get debug info
Diffstat (limited to 'contrib')
-rw-r--r--contrib/packages/rpm/el5/SPECS/tigervnc.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/rpm/el5/SPECS/tigervnc.spec b/contrib/packages/rpm/el5/SPECS/tigervnc.spec
index 72bd4a5a..16c185ed 100644
--- a/contrib/packages/rpm/el5/SPECS/tigervnc.spec
+++ b/contrib/packages/rpm/el5/SPECS/tigervnc.spec
@@ -457,7 +457,7 @@ popd
%build
export CC=gcc44
export CXX=g++44
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+export CFLAGS="-g $RPM_OPT_FLAGS -fPIC"
export CXXFLAGS="$CFLAGS -static-libgcc"
export PYTHON=python26