kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=74b304edb0810d103860876eca5bd4cb02f1e0e4
commit 74b304edb0810d103860876eca5bd4cb02f1e0e4 Author: Kim Woelders <[email protected]> Date: Fri Oct 5 15:38:11 2018 +0200 Reintroduce acflags for configuration of rpmbuilds --- e16.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e16.spec.in b/e16.spec.in index 267570b9..f11de399 100644 --- a/e16.spec.in +++ b/e16.spec.in @@ -31,7 +31,7 @@ This package will install the Enlightenment window manager. %setup -q %build -%configure +%configure %{?acflags} make %{?_smp_mflags} %install --
