Dash:
[t2.git] / package / network / rpcsvc-proto / rpcgen.patch.cross
blob9138ea05f955c22fcfad86cc00243a48b0151f5b
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/rpcsvc-proto/rpcgen.patch.cross
5 # Copyright (C) 2021 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- rpcsvc-proto-1.4.2/rpcsvc/Makefile.in.vanilla       2021-06-14 09:46:09.110180860 +0200
18 +++ rpcsvc-proto-1.4.2/rpcsvc/Makefile.in       2021-06-14 09:46:20.244181654 +0200
19 @@ -576,7 +576,7 @@
22  %.h: %.x
23 -       $(top_builddir)/rpcgen/rpcgen -h -o $@ $<
24 +       rpcgen -h -o $@ $<
26  # Tell versions [3.59,3.63) of GNU make to not export all variables.
27  # Otherwise a system limit (for SysV at least) may be exceeded.