summaryrefslogtreecommitdiffstats
path: root/packaging/RHEL
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-29 16:40:04 +0200
committerKarolin Seeger <kseeger@samba.org>2008-09-10 11:50:54 +0200
commit86035a22e27098bd301c180f2ef451b90a7aac86 (patch)
tree9dbf23b8a9123ece930e5a9722d33c54f511ecd3 /packaging/RHEL
parentd587fe03721e20606badd438eb596e0d69eb96b7 (diff)
downloadsamba-86035a22e27098bd301c180f2ef451b90a7aac86.tar.gz
samba-86035a22e27098bd301c180f2ef451b90a7aac86.tar.xz
samba-86035a22e27098bd301c180f2ef451b90a7aac86.zip
packaging(RHEL): don't make proto for samba 3.3
Michael (cherry picked from commit 75c28699496d843e21eefef564c72023b24975a1) (cherry picked from commit 88cc5106c32443197a7b3e53554529420321d47f)
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 13341bd9faf..828bdab0975 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`