mirror of
https://abf.rosa.ru/djam/graphviz.git
synced 2025-02-23 07:42:57 +00:00
12.2.1
This commit is contained in:
parent
d040a510ff
commit
ada890f264
1 changed files with 9 additions and 0 deletions
|
@ -71,6 +71,8 @@ BuildRequires: pkgconfig(xmu)
|
|||
BuildRequires: pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Buildrequires: pkgconfig(gts)
|
||||
BuildRequires: llvm17
|
||||
BuildRequires: stdc++-gcc10-devel
|
||||
|
||||
Conflicts: %{mklibname graphviz 4} < 2.20.3-3
|
||||
|
||||
|
@ -386,6 +388,13 @@ Static development package for %{name}.
|
|||
#patch1 -p1 -b .cve~
|
||||
|
||||
%build
|
||||
export CC=/opt/llvm17/bin/clang
|
||||
export CXX=/opt/llvm17/bin/clang++
|
||||
|
||||
export LDFLAGS="-lstdc++-gcc10"
|
||||
export CFLAGS="-I/usr/include/libstdc++-gcc10 -I/usr/include/libstdc++-gcc10/%{_host}"
|
||||
export CXXFLAGS="-I/usr/include/libstdc++-gcc10 -I/usr/include/libstdc++-gcc10/%{_host}"
|
||||
|
||||
autoreconf -fi
|
||||
%configure2_5x \
|
||||
--with-x \
|
||||
|
|
Loading…
Add table
Reference in a new issue