Commit 0fe9cec9 authored by J.T. Conklin's avatar J.T. Conklin

Pass --with/--without-libgssapi_krb5 to configure.

parent d6c4750d
...@@ -13,7 +13,7 @@ Requires: libstdc++ ...@@ -13,7 +13,7 @@ Requires: libstdc++
# #
# Conditional build options # Conditional build options
# Default values aree # Default values are:
# --without-libgssapi_krb5 # --without-libgssapi_krb5
# --without-libsodium # --without-libsodium
# --without-pgm # --without-pgm
...@@ -77,6 +77,8 @@ This package contains ZeroMQ related development libraries and header files. ...@@ -77,6 +77,8 @@ This package contains ZeroMQ related development libraries and header files.
%{?_without_libsodium} \ %{?_without_libsodium} \
%{?_with_pgm} \ %{?_with_pgm} \
%{?_without_pgm} \ %{?_without_pgm} \
%{?_with_libgssapi_krb5} \
%{?_without_libgssapi_krb5} \
%{?_with_pic} \ %{?_with_pic} \
%{?_without_pic} \ %{?_without_pic} \
%{?_with_gnu_ld} \ %{?_with_gnu_ld} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment