From 683b11ec43ef68a20f70f515f101c65146ed2a8c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 2 Mar 2017 22:02:20 +0100 Subject: [PATCH] Remove LANG override workaround This was fixed in meson. --- graphene.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/graphene.spec b/graphene.spec index 6dfe853..8f7e5e0 100644 --- a/graphene.spec +++ b/graphene.spec @@ -40,10 +40,6 @@ the functionality of the installed %{name} package. %build -# meson errors out without a utf8 LANG set -# https://github.com/mesonbuild/meson/issues/1085 -export LANG=C.UTF-8 - %meson %meson_build