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-text/c2ps/files/c2ps-4.0-LDFLAGS.patch

12 lines
252 B

--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@
install -m 644 c2ps.1 $(MAN)
compile: c2ps.c
- $(CC) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c
+ $(CC) $(LDFLAGS) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c $(LIBS)
clean:
$(RM) c2ps *.o core *~