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

packaging: Attempt to fix the RPM build

This commit is contained in:
Volker Lendecke 2010-08-30 09:26:49 -06:00
parent 85b8d7c605
commit ebf05a1db3

View File

@ -190,6 +190,8 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -m32" ./configure \
make showlayout
make samba3-idl
## 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`