mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-27 14:24:15 -04:00
Some final build tweaks for 0.4.0
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@333 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# $Id$
|
||||
VERSION=0.4.0
|
||||
RELEASE=pre1
|
||||
RELEASE=0
|
||||
CC=gcc
|
||||
DEBUG_CFLAGS=-g -ggdb
|
||||
CFLAGS=-O2
|
||||
|
||||
@@ -39,7 +39,11 @@ interfering with the DNS server.
|
||||
ldap2dns is designed to write the text data files used by tinydns, but also
|
||||
may be used to write zone files used by Bind.
|
||||
|
||||
# RedHat defaults to building the debug_package while SuSE does not
|
||||
%if %{undefined suse_version}
|
||||
%debug_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user