]> git.pld-linux.org Git - packages/fxload.git/commitdiff
- use CFLAGS and LDFLAGS when linking
authorsparky <sparky@pld-linux.org>
Mon, 1 Dec 2008 01:25:41 +0000 (01:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fxload-link.patch -> 1.1

fxload-link.patch [new file with mode: 0644]

diff --git a/fxload-link.patch b/fxload-link.patch
new file mode 100644 (file)
index 0000000..3080eb2
--- /dev/null
@@ -0,0 +1,11 @@
+--- fxload-2008_10_13/Makefile~orig    2008-10-13 23:44:04.000000000 +0200
++++ fxload-2008_10_13/Makefile 2008-12-01 02:21:19.000000000 +0100
+@@ -39,7 +39,7 @@
+ # object files
+ $(PROG): $(FILES_OBJ)
+-      $(CC) -o $(PROG) $(FILES_OBJ)
++      $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(FILES_OBJ)
+ %.o: %.c
+       $(CC) -c $(CFLAGS)  $< -o $@
This page took 0.084618 seconds and 4 git commands to generate.