diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-02-24 13:40:32 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-02-24 13:40:32 +0000 |
| commit | a5b122ccf7e3b383e1433a80eee3a85b34464e91 (patch) | |
| tree | 306d78bb83529a22e04eca542b6d664684d6b740 | |
| parent | ad0e2c65104ae49e3d075aca59df8cffa897dda2 (diff) | |
- removed -O0 from CFLAGS
| -rw-r--r-- | bind.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -247,7 +247,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %build -export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0" +export CFLAGS="$CFLAGS $RPM_OPT_FLAGS" export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" export STD_CDEFINES="$CPPFLAGS" @@ -397,7 +397,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.252 2008/02/24 13:35:47 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.253 2008/02/24 13:40:32 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: |
