gnu: v4l-utils: Build with gnu++11.

* gnu/packages/video.scm (v4l-utils)[arguments]: Add configure-flag.
master
David Craven 2016-08-20 21:37:34 +02:00
parent 0cd27c65e3
commit 2cef0f7cc3
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 2 additions and 1 deletions

View File

@ -1396,7 +1396,8 @@ tools, XML authoring components, and an extensible plug-in based API.")
'(#:configure-flags
(list (string-append "--with-udevdir="
(assoc-ref %outputs "out")
"/lib/udev"))))
"/lib/udev")
"CXXFLAGS=-std=gnu++11")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs