1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:57:36 +00:00

Ports/readline: Update readline to version 8.2

This commit is contained in:
EWouters 2023-09-02 00:43:07 +02:00 committed by Jelle Raaijmakers
parent 0a9e343456
commit 737362e566
3 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ This allows us to have properly named library symlinks.
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/support/shlib-install b/support/shlib-install
index 661355d..f15ec01 100755
index 661355d32b2db3a535c87032152df602eb515404..f15ec01a6980107183256eedcc19cad7857cf438 100644
--- a/support/shlib-install
+++ b/support/shlib-install
@@ -71,7 +71,7 @@ fi
@ -32,15 +32,15 @@ index 661355d..f15ec01 100755
${echo} ${RM} ${INSTALLDIR}/$LINK2
if [ -z "$uninstall" ]; then
diff --git a/support/shobj-conf b/support/shobj-conf
index 5a3f977..f6978ea 100644
index cd7634dfa6247f021a640e2df74f7ed843ff66ad..50ad6ee8d81cebda15c9fafef826a591b9318e52 100644
--- a/support/shobj-conf
+++ b/support/shobj-conf
@@ -123,7 +123,7 @@ sunos5*|solaris2*)
;;
# All versions of Linux (including Gentoo/FreeBSD) or the semi-mythical GNU Hurd.
-linux*-*|gnu*-*|k*bsd*-gnu-*|freebsd*|dragonfly*)
+linux*-*|gnu*-*|k*bsd*-gnu-*|freebsd*|dragonfly*|serenity*)
-linux*-*|gnu*-*|k*bsd*-gnu-*|midnightbsd*|freebsd*|dragonfly*)
+linux*-*|gnu*-*|k*bsd*-gnu-*|midnightbsd*|freebsd*|dragonfly*|serenity*)
SHOBJ_CFLAGS=-fPIC
SHOBJ_LD='${CC}'
SHOBJ_LDFLAGS='-shared -Wl,-soname,$@'