summaryrefslogtreecommitdiff
path: root/packaging/RHEL
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-29 16:40:04 +0200
committerMichael Adam <obnox@samba.org>2008-09-09 10:53:26 +0200
commit7f19252030fec1354489f3e728f872f11d455e93 (patch)
treead22c43bf36c510272000fdee1c1dffb4760549c /packaging/RHEL
parent349f98d1740189352d8954b108f4550465fcd570 (diff)
downloadsamba-7f19252030fec1354489f3e728f872f11d455e93.tar.gz
samba-7f19252030fec1354489f3e728f872f11d455e93.tar.bz2
samba-7f19252030fec1354489f3e728f872f11d455e93.zip
packaging(RHEL): don't make proto for samba 3.3
Michael (This used to be commit 75c28699496d843e21eefef564c72023b24975a1)
Diffstat (limited to 'packaging/RHEL')
-rw-r--r--packaging/RHEL/samba.spec.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index c6417f9be6..0b89a24a1c 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -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`