diff options
Diffstat (limited to 'meta/recipes-devtools/distcc/files/makefile-param-order.patch')
| -rw-r--r-- | meta/recipes-devtools/distcc/files/makefile-param-order.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/distcc/files/makefile-param-order.patch b/meta/recipes-devtools/distcc/files/makefile-param-order.patch new file mode 100644 index 0000000000..fc57414f12 --- /dev/null +++ b/meta/recipes-devtools/distcc/files/makefile-param-order.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | distcc: Put the "-lLIB" parameter in the end of the gcc command. | ||
| 2 | |||
| 3 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | diff -ruN distcc-2.18.3-orig/Makefile.in distcc-2.18.3/Makefile.in | ||
| 8 | --- distcc-2.18.3-orig/Makefile.in 2011-07-25 16:43:21.000000000 +0800 | ||
| 9 | +++ distcc-2.18.3/Makefile.in 2011-07-25 16:45:39.000000000 +0800 | ||
| 10 | @@ -378,8 +378,8 @@ | ||
| 11 | |||
| 12 | distccmon-gnome@EXEEXT@: $(mon_obj) $(gnome_obj) | ||
| 13 | $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBS) \ | ||
| 14 | - $(GNOME_CFLAGS) $(GNOME_LIBS) \ | ||
| 15 | - $(mon_obj) $(gnome_obj) | ||
| 16 | + $(GNOME_CFLAGS) \ | ||
| 17 | + $(mon_obj) $(gnome_obj) $(GNOME_LIBS) | ||
| 18 | |||
| 19 | |||
| 20 | ## Dist targets | ||
