crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

commit 8db04ef2422e302557b2973be8e72b16d9cb86e4
parent 81d8ce853248fd48a9166d81b7f40dbb1c820ea3
Author: finwo <finwo@pm.me>
Date:   Sat,  3 Jan 2026 19:39:38 +0100

2.81

Diffstat:
MChangeLog | 3+++
MMakefile | 2+-
Mxr/etc/c-conf | 4+++-
3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +2.81 [KK 2013-04-05] +- Upped to c-conf 1.18 for Raspberry Pi. + 2.80 [KK 2013-03-15] - Upped to c-conf 1.17 (Ubuntu 64bits libs). - When replacing Host: headers with the back end address, the port is diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ # Top-level Makefile for XR # ------------------------- -VER ?= 2.80 +VER ?= 2.81 PREFIX ?= $(DESTDIR)/usr BINDIR ?= $(PREFIX)/sbin MANDIR ?= $(PREFIX)/share/man diff --git a/xr/etc/c-conf b/xr/etc/c-conf @@ -4,7 +4,8 @@ use strict; use Getopt::Std; # Globals -my $VER = "1.17"; +my $VER = "1.18"; +# 1.18 [KK 2013-04-05] Added /usr/lib/arm-linux-gnueabihf for Raspberry Pi # 1.17 [KK 2013-03-15] /lib/x86_64-linux-gnu added for Ubuntu # 1.16 [KK 2011-10-10] /usr/lib/x86_64-linux-gnu added to the libdirs for # Ubuntu 11 64-bits. @@ -43,6 +44,7 @@ my @def_libdirs = ('/usr/lib', '/usr/lib64', '/lib/x86_64-linux-gnu', '/usr/lib/x86_64-linux-gnu', + '/usr/lib/arm-linux-gnueabihf', '/usr/local/lib', '/usr/local/lib64', '/opt/local/lib',