Blame patches/slang-2.3.2.local.patch

Lucio Andrés Illanes Albornoz 099ee0
diff -ru slang-2.3.2.orig/modules/Makefile.in slang-2.3.2/modules/Makefile.in
Lucio Andrés Illanes Albornoz 099ee0
--- slang-2.3.2.orig/modules/Makefile.in	2018-03-05 00:16:36.000000000 +0100
Lucio Andrés Illanes Albornoz 099ee0
+++ slang-2.3.2/modules/Makefile.in	2018-06-01 22:01:48.926864387 +0200
Lucio Andrés Illanes Albornoz 099ee0
@@ -16,7 +16,7 @@
Lucio Andrés Illanes Albornoz 099ee0
 # ---------------------------------------------------------------------------
Lucio Andrés Illanes Albornoz 099ee0
 CC		= @CC@
Lucio Andrés Illanes Albornoz 099ee0
 CFLAGS		= @CFLAGS@ @SLANG_DLL_CFLAGS@
Lucio Andrés Illanes Albornoz 099ee0
-LDFLAGS		= @LDFLAGS@
Lucio Andrés Illanes Albornoz 099ee0
+LDFLAGS		= @LDFLAGS@ -L../../src/elfobjs -lslang
Lucio Andrés Illanes Albornoz 099ee0
 CC_SHARED_FLAGS = @CC_SHARED_FLAGS@
Lucio Andrés Illanes Albornoz 099ee0
 CC_SHARED 	= $(CC) $(INCS) $(CC_SHARED_FLAGS) $(CFLAGS)
Lucio Andrés Illanes Albornoz 099ee0
 CONFIG_DIR	= @CONFIG_DIR@
Jack Duvall 35039d
diff --git a/slsh/Makefile.in b/slsh/Makefile.in
Jack Duvall 35039d
index cba9d81..78e6054 100644
Jack Duvall 35039d
--- a/slsh/Makefile.in
Jack Duvall 35039d
+++ b/slsh/Makefile.in
Jack Duvall 35039d
@@ -15,7 +15,7 @@ exec_prefix 	= @exec_prefix@
Jack Duvall 35039d
 datarootdir	= @datarootdir@
Jack Duvall 35039d
 INST_LIB_DIR	= @libdir@
Jack Duvall 35039d
 SLANG_INST_INC	= -I@includedir@
Jack Duvall 35039d
-SLANG_INST_LIB	= -L$(INST_LIB_DIR)
Jack Duvall 35039d
+#SLANG_INST_LIB	= -L$(INST_LIB_DIR)
Jack Duvall 35039d
 #---------------------------------------------------------------------------
Jack Duvall 35039d
 SLANG_SRCINC	= -I@SRCDIR@
Jack Duvall 35039d
 SLANG_ELFLIB	= -L@ELFDIR@#  for dynamically linked
Jack Duvall 35039d
-- 
Jack Duvall 35039d
2.24.0