git.samba.org
/
amitay
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2c5f2
)
packaging(RHEL-CTDB): don't "make proto" any more.
author
Michael Adam
<obnox@samba.org>
Mon, 29 Jun 2009 15:03:09 +0000
(17:03 +0200)
committer
Michael Adam
<obnox@samba.org>
Fri, 13 Nov 2009 15:19:35 +0000
(16:19 +0100)
This has become unnecessary in 3.3
Michael
packaging/RHEL-CTDB/samba.spec.tmpl
patch
|
blob
|
history
diff --git
a/packaging/RHEL-CTDB/samba.spec.tmpl
b/packaging/RHEL-CTDB/samba.spec.tmpl
index 9fa4b6835f34f7f2004bb050b7bf87934aa3f877..758fed667518f93c5e6afb1c346e75e422d86553 100644
(file)
--- a/
packaging/RHEL-CTDB/samba.spec.tmpl
+++ b/
packaging/RHEL-CTDB/samba.spec.tmpl
@@
-189,8
+189,6
@@
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -m32" ./configure \
make showlayout
-make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -m32" 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`