44874ba07f
Copy from Base:System/ncurses based on submit request 24424 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=25
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
Index: tack-1.06/Makefile.in
|
|
===================================================================
|
|
--- tack-1.06/Makefile.in.orig
|
|
+++ tack-1.06/Makefile.in
|
|
@@ -98,7 +98,7 @@ ABI_VERSION = @cf_cv_abi_version@
|
|
LOCAL_LIBDIR = @top_builddir@/lib
|
|
|
|
LD = @LD@
|
|
-LINK = @LINK_PROGS@ $(LIBTOOL_LINK)
|
|
+LINK = @LINK_PROGS@ $(CC)
|
|
LDFLAGS = @EXTRA_LDFLAGS@ \
|
|
@TICS_ARGS@ @TINFO_ARGS@ @LDFLAGS@ @LD_MODEL@ @LIBS@
|
|
|