summaryrefslogtreecommitdiffstats
path: root/debian/patches/local.don-t-include-libs-in-build.patch
blob: 7d0541d4f923627a740281fed82a02dc4a87acd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't include libs in build
Author: Michael Piefel <piefel@debian.org>
Last-Update: 2016-06-27

    (Reason for this is not at all clear -CB)

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -502,7 +502,7 @@
 
 file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) $(EXTRA_file_DEPENDENCIES) 
 	@rm -f file$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS)
+	$(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)