Disable designated LIBTOOL directory in %make_build

This commit is contained in:
chengzihan2 2020-06-08 11:40:56 +08:00
parent 6bfa3ef7a8
commit c9e6bfee06

View File

@ -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 <chengzihan2@huawei.com> - 1.6.2-44
- Disable designated LIBTOOL directory in %make_build
* Fri Jan 10 2020 Lijin Yang <yanglijin@huawei.com> - 1.6.2-43
- Change url to valid address