Added -Wno-deprecated-declarations for version 9.4.0
This commit is contained in:
parent
3fbad10685
commit
74638cfa81
@ -92,10 +92,11 @@ VMware virtual machines.
|
||||
|
||||
%build
|
||||
# Use -Wno-unused-local-typedefs to build with GCC 4.8
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
|
||||
export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
|
||||
# Use -Wno-deprecated-declarations for version 9.4.0
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs -Wno-deprecated-declarations"
|
||||
export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs -Wno-deprecated-declarations"
|
||||
# Required for version 9.4.0
|
||||
CUSTOM_PROCPS_NAME=procps
|
||||
export CUSTOM_PROCPS_NAME=procps
|
||||
%configure \
|
||||
--without-kernel-modules \
|
||||
--disable-static
|
||||
@ -183,7 +184,9 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
|
||||
%changelog
|
||||
* Wed Nov 06 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.4.0-1
|
||||
- Package new upstream version open-vm-tools-9.4.0-1280544.
|
||||
- Added CUSTOM_PROCPS_NAME=procps for version 9.4.0.
|
||||
- Added CUSTOM_PROCPS_NAME=procps and -Wno-deprecated-declarations
|
||||
for version 9.4.0.
|
||||
|
||||
* Thu Aug 22 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-11
|
||||
- Added copyright and license text.
|
||||
- Corrected summary for all packages.
|
||||
|
Loading…
Reference in New Issue
Block a user