From f0a220aed87457f89b2e494bd6eab8799252498c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 15 Oct 2016 15:00:53 +0200 Subject: RPM packaging: fix k3b build with ffmpeg enabled --- redhat/applications/k3b/k3b-14.0.0.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redhat') 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 -- cgit v1.2.3