You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch

12 lines
284 B

--- Makefile.orig 2012-11-20 12:38:41.528871594 +0400
+++ Makefile 2012-11-20 12:39:42.630871103 +0400
@@ -14,7 +14,7 @@
all: spicctrl
spicctrl: $(OBJ)
- $(CC) -o spicctrl $(OBJ) $(LIBS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o spicctrl $(OBJ) $(LIBS)
clean:
rm -f $(OBJ) spicctrl *~