From 8ba2df50aaa17c9c1db7281130b0466c65abea0b Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sun, 17 Jul 2016 21:22:13 +0200 Subject: [PATCH] Update re2 header hack The directory layout has changed. --- qt5-qtwebengine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 6f8fcd4..6b454c5 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -309,7 +309,7 @@ sed -i -e 's!\./!!g' \ # http://bugzilla.redhat.com/1337585 # can't just delete, but we'll overwrite with system headers to be on the safe side -cp -bv /usr/include/re2/*.h src/3rdparty/chromium/third_party/re2/re2/ +cp -bv /usr/include/re2/*.h src/3rdparty/chromium/third_party/re2/src/re2/ %ifnarch x86_64 # most arches run out of memory with full debuginfo, so use -g1 on non-x86_64