From c126915558ff5103d5f86cb3189356813cf21218 Mon Sep 17 00:00:00 2001 From: sujie Date: Fri, 9 Sep 2022 15:25:32 +0800 Subject: [PATCH] fix unixODBC.spec's %prep, moving autoconf to %build --- unixODBC.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unixODBC.spec b/unixODBC.spec index 3f615f5..3989c32 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -26,12 +26,12 @@ Development and header files for %{name} %prep %autosetup -p1 -autoreconf -vfi %build CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="$CFLAGS" export CFLAGS CXXFLAGS +autoreconf -vfi %configure --with-gnu-ld=yes --enable-threads=yes --enable-drivers=yes --enable-driverc=yes -- Gitee