summaryrefslogtreecommitdiff
path: root/media-sound/ripperx/files/ripperx-2.7.3-ldflags.patch
blob: 11e18972e6389d5d9cc867db8899b3ecf21db158 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- plugins/Makefile.in
+++ plugins/Makefile.in
@@ -658,7 +658,7 @@ uninstall-am: uninstall-binPROGRAMS
 all: ripperX_plugin_tester $(PLUGINS)
 
 .c.o:
-	$(CC) $(CFLAGS) $(LDFLAGS) -c $< -o $@
+	$(CC) $(CFLAGS) -c $< -o $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.