diff options
| author | Tomas Hozza <thozza@redhat.com> | 2013-11-04 09:05:55 +0100 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2013-11-04 09:05:55 +0100 |
| commit | cb97bbcb9f5393438a29b844408311e4ace1a4a5 (patch) | |
| tree | 22d124d01117f4f338674fc923c53c3d04a16619 | |
| parent | ab389647c8e37fca2b943b12dc2823d268ee6bd1 (diff) | |
| download | bind-cb97bbcb9f5393438a29b844408311e4ace1a4a5.tar.gz bind-cb97bbcb9f5393438a29b844408311e4ace1a4a5.tar.xz bind-cb97bbcb9f5393438a29b844408311e4ace1a4a5.zip | |
Conditionaly build bind for developers
Signed-off-by: Tomas Hozza <thozza@redhat.com>
| -rw-r--r-- | bind.spec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,7 @@ %{?!PKCS11: %global PKCS11 1} %endif %{?!DEVEL: %global DEVEL 1} +%{?!developer: %global developer 0} %global bind_dir /var/named %global chroot_prefix %{bind_dir}/chroot # @@ -370,6 +371,9 @@ libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f %endif --enable-fixed-rrset \ --with-docbook-xsl=%{_datadir}/sgml/docbook/xsl-stylesheets \ +%if %{developer} + --enable-developer \ +%endif ; make %{?_smp_mflags} |
