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:
Ben Klang
2006-06-17 19:57:07 +00:00
parent 304a172b2c
commit 4f907f34d1
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# $Id$ # $Id$
VERSION=0.4.0 VERSION=0.4.0
RELEASE=pre1 RELEASE=0
CC=gcc CC=gcc
DEBUG_CFLAGS=-g -ggdb DEBUG_CFLAGS=-g -ggdb
CFLAGS=-O2 CFLAGS=-O2

View File

@@ -39,7 +39,11 @@ interfering with the DNS server.
ldap2dns is designed to write the text data files used by tinydns, but also ldap2dns is designed to write the text data files used by tinydns, but also
may be used to write zone files used by Bind. 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 %debug_package
%endif
%prep %prep
%setup %setup