]> TLD Linux GIT Repositories - packages/rpm.git/commitdiff
- switch back to normal build mode, should work now
authorBartosz Świątek <shadzik@tld-linux.org>
Mon, 3 Oct 2011 21:18:02 +0000 (23:18 +0200)
committerBartosz Świątek <shadzik@tld-linux.org>
Mon, 3 Oct 2011 21:18:02 +0000 (23:18 +0200)
- rel 58

rpm.spec

index 30ea5c545e23dace224e2cac6c2cf5be3aff5fd3..cfb51d6b7a8747eeb40095b1cad1c2a454f383f3 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -48,7 +48,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       57
+Release:       58
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -244,9 +244,9 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags       -fno-strict-aliasing
 
-%define                _host_alias            %{_target_cpu}-tld-linux%{nil}
-%define                _host_vendor           tld
-%define                _vendor                tld
+#%%define              _host_alias            %{_target_cpu}-tld-linux%{nil}
+#%%define              _host_vendor           tld
+#%%define              _vendor                tld
 
 %description
 RPM is a powerful package manager, which can be used to build,
@@ -868,9 +868,9 @@ CPPFLAGS="%{rpmcppflags} -I/usr/include/ossp-uuid"
        --without-db
 
 %{__make} \
-       CC="%{__newcc}" \
-       CXX="%{__newcxx}" \
-       CPP="%{__newcpp}" \
+       CC="%{__cc}" \
+       CXX="%{__cxx}" \
+       CPP="%{__cpp}" \
        libdb_la=%{_libdir}/libdb.la \
        pylibdir=%{py_libdir} \
        myLDFLAGS="%{rpmldflags}" \