From b201a20c7ca13dc0573baf721fcebe7fb34a855a Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 27 Feb 2002 01:36:09 +0000 Subject: [PATCH] - replace -L@libdir@ by -L../src/elfobjs in linking options for slsh (in this case -L@libdir@ is subsituted by autocnf by -L/usr/lib and this disallow linking slang with uClibc). Changed files: slang-uclibc_ac_fix.patch -> 1.1 --- slang-uclibc_ac_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 slang-uclibc_ac_fix.patch diff --git a/slang-uclibc_ac_fix.patch b/slang-uclibc_ac_fix.patch new file mode 100644 index 0000000..1c60ca4 --- /dev/null +++ b/slang-uclibc_ac_fix.patch @@ -0,0 +1,11 @@ +--- slang-1.4.5/slsh/Makefile.in~ Wed Feb 27 02:25:12 2002 ++++ slang-1.4.5/slsh/Makefile.in Wed Feb 27 02:25:12 2002 +@@ -7,7 +7,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + SLANG_INC = -I@includedir@ +-SLANG_LIB = -L@libdir@ -lslang ++SLANG_LIB = -L../src/elfobjs -lslang + #--------------------------------------------------------------------------- + DL_LIB = @DYNAMIC_LINK_LIB@ + -- 2.44.0