1 nfs-utils: Do not pass CFLAGS to gcc while building
3 Do not pass CFLAGS/LDFLAGS to gcc while building, The needed flags has
4 been passed by xxx_CFLAGS=$(CFLAGS_FOR_BUILD).
6 Upstream-Status: Pending
8 Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
10 tools/locktest/Makefile.am | 2 ++
11 tools/rpcgen/Makefile.am | 2 ++
12 2 files changed, 4 insertions(+)
14 diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
15 index 3156815..1729fd1 100644
16 --- a/tools/locktest/Makefile.am
17 +++ b/tools/locktest/Makefile.am
19 ## Process this file with automake to produce Makefile.in
24 LIBTOOL = @LIBTOOL@ --tag=CC
26 noinst_PROGRAMS = testlk
27 diff --git a/tools/rpcgen/Makefile.am b/tools/rpcgen/Makefile.am
28 index 8a9ec89..8bacdaa 100644
29 --- a/tools/rpcgen/Makefile.am
30 +++ b/tools/rpcgen/Makefile.am
32 ## Process this file with automake to produce Makefile.in
37 LIBTOOL = @LIBTOOL@ --tag=CC
39 noinst_PROGRAMS = rpcgen