!4 Disable designated LIBTOOL directory in %make_build

Merge pull request !4 from 成子晗/master
This commit is contained in:
openeuler-ci-bot 2020-06-08 16:32:32 +08:00 committed by Gitee
commit 45f9333fc2

View File

@ -1,6 +1,6 @@
Name: uuid Name: uuid
Version: 1.6.2 Version: 1.6.2
Release: 43 Release: 44
Summary: Universally Unique Identifier library Summary: Universally Unique Identifier library
License: MIT License: MIT
URL: http://www.ossp.org/pkg/lib/uuid/ 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 \ %configure --disable-static --without-perl --without-php \
--with-dce --with-cxx --without-pgsql --with-dce --with-cxx --without-pgsql
%make_build LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" %make_build CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS"
pushd perl pushd perl
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" COMPAT=0 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" COMPAT=0
@ -174,6 +174,9 @@ popd
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Fri Jan 10 2020 Lijin Yang <yanglijin@huawei.com> - 1.6.2-43
- Change url to valid address - Change url to valid address