Remove unnecessary export LINKCC=gcc
I tracked the addition of this line to a 20-year old commit: https://src.fedoraproject.org/rpms/python2/c/d4a39597bc32ab2cf84b43a3b0c71a18d1a0e0ec I can't see why this would still be necessary, and it also prevents the package from being built with clang.
This commit is contained in:
parent
03979a1e62
commit
6efb19ea1b
1 changed files with 0 additions and 1 deletions
|
|
@ -822,7 +822,6 @@ export CFLAGS_NODIST="%{build_cflags} -D_GNU_SOURCE -fPIC -fwrapv"
|
|||
export CXXFLAGS="%{extension_cxxflags}"
|
||||
export CPPFLAGS="$(pkg-config --cflags-only-I libffi)"
|
||||
export OPT="%{extension_cflags}"
|
||||
export LINKCC="gcc"
|
||||
export CFLAGS="$CFLAGS $(pkg-config --cflags openssl)"
|
||||
export LDFLAGS="%{extension_ldflags} $(pkg-config --libs-only-L openssl)"
|
||||
export LDFLAGS_NODIST="%{build_ldflags} -g $(pkg-config --libs-only-L openssl)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue