mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

new file: t/tcl-thread/tcl-thread-2.8.8-GCCcore-13.2.0.eb new file: t/tcl-thread/tcl-thread-2.8.8-fix_pkgdir.patch new file: t/tclreadline/tclreadline-2.4.0-GCCcore-13.2.0.eb
16 lines
447 B
Diff
16 lines
447 B
Diff
# IT4Innovations
|
|
# PH 2025
|
|
fix of PKG_DIR
|
|
diff -ruN thread2.8.8.orig/Makefile.in thread2.8.8/Makefile.in
|
|
--- thread2.8.8.orig/Makefile.in 2022-11-04 14:16:13.000000000 +0100
|
|
+++ thread2.8.8/Makefile.in 2025-01-21 14:33:33.882740661 +0100
|
|
@@ -81,7 +81,7 @@
|
|
|
|
DESTDIR =
|
|
|
|
-PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION)
|
|
+PKG_DIR = /lib
|
|
pkgdatadir = $(datadir)/$(PKG_DIR)
|
|
pkglibdir = $(libdir)/$(PKG_DIR)
|
|
pkgincludedir = $(includedir)/$(PKG_DIR)
|