From c97afc00763e146cca06afb0cd4dd312146d7351 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 1 Jan 2015 20:10:11 +0000 Subject: [PATCH] - LIB_SUFFIX is defined by cmake macro, don't redefine it here --- automoc4.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/automoc4.spec b/automoc4.spec index 0e929ec..43120bd 100644 --- a/automoc4.spec +++ b/automoc4.spec @@ -39,9 +39,6 @@ cd build -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -%if "%{_lib}" != "lib" - -DLIB_SUFFIX=64 \ -%endif -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 %{__make} -- 2.44.0