patch-tools_rpcgen_Makefile_am 824 B

12345678910111213141516171819202122232425
  1. --- nfs-utils-1.3.0.orig/tools/rpcgen/Makefile.am 2014-03-25 16:12:07.000000000 +0100
  2. +++ nfs-utils-1.3.0/tools/rpcgen/Makefile.am 2014-05-13 21:22:49.000000000 +0200
  3. @@ -1,7 +1,9 @@
  4. ## Process this file with automake to produce Makefile.in
  5. CC=$(CC_FOR_BUILD)
  6. -LIBTOOL = @LIBTOOL@ --tag=CC
  7. +CFLAGS=$(CFLAGS_FOR_BUILD)
  8. +CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
  9. +LDFLAGS=$(LDFLAGS_FOR_BUILD)
  10. noinst_PROGRAMS = rpcgen
  11. rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
  12. @@ -9,11 +11,6 @@ rpcgen_SOURCES = rpc_clntout.c rpc_cout.
  13. rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
  14. rpc_scan.h rpc_util.h
  15. -rpcgen_CFLAGS=$(CFLAGS_FOR_BUILD)
  16. -rpcgen_CPPLAGS=$(CPPFLAGS_FOR_BUILD)
  17. -rpcgen_LDFLAGS=$(LDFLAGS_FOR_BUILD)
  18. -rpcgen_LDADD=$(LIBTIRPC)
  19. -
  20. MAINTAINERCLEANFILES = Makefile.in
  21. EXTRA_DIST = rpcgen.new.1