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)
committerKarolin Seeger <kseeger@samba.org>
Wed, 10 Sep 2008 09:43:04 +0000 (11:43 +0200)
Michael
(cherry picked from commit 75c28699496d843e21eefef564c72023b24975a1)

packaging/RHEL/samba.spec.tmpl

index 13341bd9fafe5e60d8a257c8d82f8c70f9322b00..828bdab0975d5cab23d61f49887ee2f6fa8aea83 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`