summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2018-05-25 06:23:29 +0200
committerGitHub <noreply@github.com>2018-05-25 06:23:29 +0200
commitc7321e8ceba2b7677fa69ade08256251e99b10a8 (patch)
tree2bb6ecce7e32041a9ad0d158ebf86791b8851cb5
parent7af66ce5d9207f3713d741e8cce402da73ba4fca (diff)
parentd7481261dd633a2c6c879e4265ecb2b92f6ec748 (diff)
downloadpackages-c7321e8ceba2b7677fa69ade08256251e99b10a8.tar.xz
Merge pull request #14 from jonathonf/chromium-66
[chromium] Fix bundled FFMPEG compilation
-rw-r--r--extra/chromium/PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/chromium/PKGBUILD b/extra/chromium/PKGBUILD
index 774975cd..d057fc91 100644
--- a/extra/chromium/PKGBUILD
+++ b/extra/chromium/PKGBUILD
@@ -1,3 +1 @@
-depends+=('ffmpeg')
-
-_system_libs[ffmpeg]=ffmpeg
+CFLAGS+=' -mno-stackrealign'