Fix static linking to libhogweed.a
Related: RHEL-70818 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
e5e6ca4128
commit
893a2b5110
@ -359,7 +359,7 @@ export NETTLE_CFLAGS="-I$NETTLE_DIR"
|
|||||||
export NETTLE_LIBS="$NETTLE_DIR/libnettle.a"
|
export NETTLE_LIBS="$NETTLE_DIR/libnettle.a"
|
||||||
|
|
||||||
export HOGWEED_CFLAGS="-I$NETTLE_DIR"
|
export HOGWEED_CFLAGS="-I$NETTLE_DIR"
|
||||||
export HOGWEED_LIBS="$NETTLE_DIR/libhogweed.a"
|
export HOGWEED_LIBS="$NETTLE_DIR/libhogweed.a $NETTLE_LIBS $GMP_LIBS"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with leancrypto}
|
%if %{with leancrypto}
|
||||||
|
Loading…
Reference in New Issue
Block a user