From 2b7cc88703677d871551257827d3723683a85fc1 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Feb 23 2016 13:25:11 +0000 Subject: Use proper wx-config path for wxWidgets-3.x.y Signed-off-by: Peter Lemenkov --- diff --git a/erlang.spec b/erlang.spec index 390471f..5264f1a 100644 --- a/erlang.spec +++ b/erlang.spec @@ -928,7 +928,7 @@ ERL_FLAGS="${RPM_OPT_FLAGS} -mcpu=ultrasparc -fno-strict-aliasing" ERL_FLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" %endif -CFLAGS="${ERL_FLAGS}" CXXFLAGS="${ERL_FLAGS}" %configure --enable-shared-zlib --enable-sctp --enable-systemd %{?__with_hipe:--enable-hipe} +CFLAGS="${ERL_FLAGS}" CXXFLAGS="${ERL_FLAGS}" %configure --enable-shared-zlib --enable-sctp --enable-systemd %{?__with_hipe:--enable-hipe} --with-wx-config=/usr/bin/wx-config-3.0 # Remove pre-built BEAM files make clean