From c9e6bfee06ca60b4fee717a691a318d480065321 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Mon, 8 Jun 2020 11:40:56 +0800 Subject: [PATCH] Disable designated LIBTOOL directory in %make_build --- uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uuid.spec b/uuid.spec index 19a830d..666a621 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 43 +Release: 44 Summary: Universally Unique Identifier library License: MIT URL: http://www.ossp.org/pkg/lib/uuid/ @@ -87,7 +87,7 @@ export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --disable-static --without-perl --without-php \ --with-dce --with-cxx --without-pgsql -%make_build LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" +%make_build CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" pushd perl %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" COMPAT=0 @@ -174,6 +174,9 @@ popd %{_mandir}/man3/* %changelog +* Mon Jun 8 2020 chengzihan - 1.6.2-44 +- Disable designated LIBTOOL directory in %make_build + * Fri Jan 10 2020 Lijin Yang - 1.6.2-43 - Change url to valid address