1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

packaging(RHEL): don't make proto for samba 3.3

Michael
(This used to be commit 75c2869949)
This commit is contained in:
Michael Adam 2008-08-29 16:40:04 +02:00
parent 349f98d174
commit 7f19252030

View File

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