]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- $(LIBS) at the end
authorsparky <sparky@pld-linux.org>
Mon, 4 Jun 2007 17:47:29 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc-as-needed.patch -> 1.1

distcc-as-needed.patch [new file with mode: 0644]

diff --git a/distcc-as-needed.patch b/distcc-as-needed.patch
new file mode 100644 (file)
index 0000000..27ead85
--- /dev/null
@@ -0,0 +1,17 @@
+diff -Nur distcc-2.18.3.orig/Makefile.in distcc-2.18.3.as-needed/Makefile.in
+--- distcc-2.18.3.orig/Makefile.in     2004-10-24 05:05:48.000000000 +0000
++++ distcc-2.18.3.as-needed/Makefile.in        2007-06-04 17:45:58.000000000 +0000
+@@ -377,9 +377,10 @@
+               $(srcdir)/src/renderer.c
+ distccmon-gnome@EXEEXT@: $(mon_obj) $(gnome_obj)
+-      $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBS)    \
+-              $(GNOME_CFLAGS) $(GNOME_LIBS)                   \
+-              $(mon_obj) $(gnome_obj)
++      $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)            \
++              $(GNOME_CFLAGS)                                 \
++              $(mon_obj) $(gnome_obj)                         \
++              $(LIBS) $(GNOME_LIBS)
+ ## Dist targets
This page took 0.092165 seconds and 4 git commands to generate.