packaging(RHEL): don't make proto for samba 3.3
authorMichael Adam <obnox@samba.org>
Fri, 29 Aug 2008 14:40:04 +0000 (16:40 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 9 Sep 2008 08:53:26 +0000 (10:53 +0200)
Michael
(This used to be commit 75c28699496d843e21eefef564c72023b24975a1)

packaging/RHEL/samba.spec.tmpl

index c6417f9be6b72ee1f8c2dee312cab47b63bce75f..0b89a24a1cf405a44c1fa1569925096583b34bc0 100644 (file)
@@ -155,8 +155,6 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
 
 make showlayout
 
-make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"  proto 
-
 ## check for gcc 3.4 or later
 CC_VERSION=`${CC} --version | head -1 | awk '{print $3}'`
 CC_MAJOR=`echo ${CC_VERSION} | cut -d. -f 1`