summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-10-15 15:00:53 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2016-10-15 15:00:53 +0200
commitf0a220aed87457f89b2e494bd6eab8799252498c (patch)
treed968b56fb92ff83847992828d31c4b6c4fd0dab6 /redhat
parentdf72f973f3d76d6c46c48510b39684718c00cd0a (diff)
downloadtde-packaging-f0a220aed87457f89b2e494bd6eab8799252498c.tar.gz
tde-packaging-f0a220aed87457f89b2e494bd6eab8799252498c.zip
RPM packaging: fix k3b build with ffmpeg enabled
Diffstat (limited to 'redhat')
-rw-r--r--redhat/applications/k3b/k3b-14.0.0.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/k3b/k3b-14.0.0.spec b/redhat/applications/k3b/k3b-14.0.0.spec
index 4a4eee1c1..a83b551bc 100644
--- a/redhat/applications/k3b/k3b-14.0.0.spec
+++ b/redhat/applications/k3b/k3b-14.0.0.spec
@@ -430,7 +430,7 @@ export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
# FFMPEG trick ...
if [ -d /usr/include/ffmpeg ]; then
- export CXXFLAGS="${RPM_OPT_FLAGS} -I/usr/include/ffmpeg"
+ export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/include/ffmpeg"
fi
if ! rpm -E %%cmake|grep -q "cd build"; then