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-accessibility/julius/files/julius-4.2.2-ldflags.patch

12 lines
239 B

--- a/jcontrol/Makefile.in
+++ b/jcontrol/Makefile.in
@@ -14,7 +14,7 @@
CC=@CC@
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@ @DEFS@
-LDFLAGS=@LIBS@ @EXTRALIB@
+LDFLAGS += @LIBS@ @EXTRALIB@
RM=@RM@ -f
prefix=@prefix@
exec_prefix=@exec_prefix@