package guile: fix for gcc 4.9 -Werror=unused-value

This commit is contained in:
Tony Theodore 2014-05-11 21:39:33 +10:00
parent 6ecce732a5
commit 38d0a24c05
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ define $(PKG)_BUILD
--without-threads \
scm_cv_struct_timespec=no \
LIBS='-lunistring -lintl -liconv -ldl' \
CFLAGS='-Wno-unused-but-set-variable'
CFLAGS='-Wno-unused-but-set-variable -Wno-unused-value'
$(MAKE) -C '$(1)' -j '$(JOBS)' schemelib_DATA=
$(MAKE) -C '$(1)' -j 1 install schemelib_DATA=