diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:52:31 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:52:31 +0200 |
commit | 80b03b2f7d0021d1704bb21ac952b5cc9f76a675 (patch) | |
tree | 5ab2a62d7e03e768e0c27e274bc1954711d4517c /redhat/tdevelop | |
parent | b4359e8bf97799f83dc1ca62744db7cfcc81bc87 (diff) | |
download | tde-packaging-80b03b2f7d0021d1704bb21ac952b5cc9f76a675.tar.gz tde-packaging-80b03b2f7d0021d1704bb21ac952b5cc9f76a675.zip |
RPM Packaging: update existing SPEC files
Diffstat (limited to 'redhat/tdevelop')
-rw-r--r-- | redhat/tdevelop/trinity-kdevelop-3.5.13.1.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/tdevelop/trinity-kdevelop-3.5.13.1.spec b/redhat/tdevelop/trinity-kdevelop-3.5.13.1.spec index 251deb76b..2a8d59cc2 100644 --- a/redhat/tdevelop/trinity-kdevelop-3.5.13.1.spec +++ b/redhat/tdevelop/trinity-kdevelop-3.5.13.1.spec @@ -581,7 +581,7 @@ export LD_LIBRARY_PATH="%{tde_libdir}" # Specific path for RHEL4 if [ -d /usr/X11R6 ]; then - export CXXFLAGS="${CXXFLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}" + export CXXFLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}" fi # c references |