summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2016-04-29 09:26:25 (GMT)
committerBoris Pek <tehnick-8@yandex.ru>2016-04-30 19:09:16 (GMT)
commit1a42cbc7522483ca8c1fc86b78a4618b9a59f47a (patch)
treef288c5cfa032999e8337d82f7f32129f4c826d6d /src
parent5aac1c3335c9c725e35337ff423d55f0d8f0fa56 (diff)
downloadmxe-1a42cbc7522483ca8c1fc86b78a4618b9a59f47a.zip
mxe-1a42cbc7522483ca8c1fc86b78a4618b9a59f47a.tar.gz
mxe-1a42cbc7522483ca8c1fc86b78a4618b9a59f47a.tar.bz2
smpeg2: add workaround for builds with GCC >= 6.x
Diffstat (limited to 'src')
-rw-r--r--src/smpeg2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpeg2.mk b/src/smpeg2.mk
index e711c28..4d085d9 100644
--- a/src/smpeg2.mk
+++ b/src/smpeg2.mk
@@ -27,7 +27,7 @@ define $(PKG)_BUILD
--disable-sdltest \
--disable-gtk-player \
--disable-opengl-player \
- CFLAGS='-ffriend-injection'
+ CFLAGS='-ffriend-injection -Wno-narrowing'
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT)
'$(TARGET)-gcc' \