Accepting request 86709 from devel:libraries:c_c++
- cross-build fix: use %__cc, %__cxx macros (forwarded request 86675 from uli_suse) OBS-URL: https://build.opensuse.org/request/show/86709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adolc?expand=0&rev=9
This commit is contained in:
commit
25e813de4a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 12:04:37 UTC 2011 - uli@suse.com
|
||||
|
||||
- cross-build fix: use %__cc, %__cxx macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 19:07:38 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -110,7 +110,11 @@ popd
|
||||
|
||||
%build
|
||||
pushd ThirdParty/ColPack
|
||||
make %{_smp_mflags} EXTRA_FLAGS="$RPM_OPT_FLAGS" CXXFLAGS+="$RPM_OPT_FLAGS"
|
||||
make %{_smp_mflags} EXTRA_FLAGS="$RPM_OPT_FLAGS" \
|
||||
CXXFLAGS+="$RPM_OPT_FLAGS" \
|
||||
CC_COMPILER="%__cxx" \
|
||||
CC_LINKER="%__cxx" \
|
||||
CXX="%__cxx"
|
||||
popd
|
||||
autoreconf -v --install --force
|
||||
%configure --prefix=/usr
|
||||
|
Loading…
Reference in New Issue
Block a user