From 61665685ad7b47a378356f3542f852e8d599fdb5 Mon Sep 17 00:00:00 2001 From: jinjin Date: Mon, 13 Jan 2020 07:05:23 -0500 Subject: [PATCH] fix problem --- unixODBC.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unixODBC.spec b/unixODBC.spec index 4cedd9e..2e91a4f 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -9,8 +9,7 @@ Source1: odbcinst.ini Patch0000: so-version-bump.patch Patch0001: keep-typedefs.patch Conflicts: iodbc -BuildRequires: automake autoconf libtool libtool-ltdl-devel bison flex -BuildRequires: readline-devel multilib-rpm-config +BuildRequires: automake autoconf libtool libtool-ltdl-devel bison flex readline-devel %description The unixODBC Project goals are to develop and promote unixODBC to be the @@ -43,7 +42,6 @@ make all %install %make_install install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} -%multilib_fix_c_header --file %{_includedir}/unixodbc_conf.h rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcpsql.so* find doc -name 'Makefile*' | xargs rm -- Gitee