]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/expect/patches/expect-5.39.0-libdir.patch
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / expect / patches / expect-5.39.0-libdir.patch
1 diff -up expect-5.43/Makefile.in.libdir expect-5.43/Makefile.in
2 --- expect-5.43/Makefile.in.libdir 2004-05-07 20:10:30.000000000 +0200
3 +++ expect-5.43/Makefile.in 2008-09-25 12:24:08.000000000 +0200
4 @@ -317,7 +317,7 @@ EXP_AND_TK_LIBS = $(LDFLAGS) @EXP_AND_TK
5 CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS)
6
7 LIB_INSTALL_DIR = $(tcl_libdir)
8 -LIB_RUNTIME_DIR = $(tcl_libdir)
9 +LIB_RUNTIME_DIR = $(subst $(INSTALL_ROOT),,$(tcl_libdir))
10 # I don't understand why Tcl splits these up, but it does. LIB_RUNTIME_DIR
11 # can appear as part of the LD_SEARCH_FLAGS inherited by configure.
12