From 6840e306838d1913d0d37c957230fa543bd2c655 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 19 Dec 2021 08:21:43 +0000 Subject: Prepare for 0.0.1.5, fix configure Signed-off-by: Laurent Bercot --- INSTALL | 2 +- NEWS | 6 ++++++ configure | 14 +++++++------- doc/index.html | 4 ++-- doc/upgrade.html | 7 +++++++ package/info | 2 +- 6 files changed, 24 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index 6c910f3..12d773b 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.11.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.11.1.0 or later: https://skarnet.org/software/skalibs/ This software is Linux-specific. It will run on a Linux kernel, version 2.6.32 or later. However, it is not hard to port to diff --git a/NEWS b/NEWS index 4b8e48a..4a7840c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for bcnm +In 0.0.1.5 +---------- + + - Bugfixes. + + In 0.0.1.4 ---------- diff --git a/configure b/configure index 6d34581..c45c42a 100755 --- a/configure +++ b/configure @@ -195,7 +195,7 @@ for arg ; do --build=*) build=${arg#*=} ;; --with-tmpdir=*) tmpdir=${arg#*=} ;; -* ) echo "$0: unknown option $arg" ;; - *=*) ;; + *=*) eval "$arg" ;; *) target=$arg ;; esac done @@ -244,7 +244,7 @@ if $slashpackage ; then if $manualsysdeps ; then : else - sysdeps=${sproot}/package/prog/skalibs/sysdeps + sysdeps=${DESTDIR}${sproot}/package/prog/skalibs/sysdeps fi extbinprefix=${exthome}/command dynlibdir=${home}/library.so @@ -259,11 +259,11 @@ if $slashpackage ; then cond=true fi if $cond ; then - addincpath="$addincpath -I${sproot}${dep}/include" - vpaths="$vpaths ${sproot}${dep}/library" - addlibspath="$addlibspath -L${sproot}${dep}/library" - vpathd="$vpathd ${sproot}${dep}/library.so" - addlibdpath="$addlibdpath -L${sproot}${dep}/library.so" + addincpath="$addincpath -I${DESTDIR}${sproot}${dep}/include" + vpaths="$vpaths ${DESTDIR}${sproot}${dep}/library" + addlibspath="$addlibspath -L${DESTDIR}${sproot}${dep}/library" + vpathd="$vpathd ${DESTDIR}${sproot}${dep}/library.so" + addlibdpath="$addlibdpath -L${DESTDIR}${sproot}${dep}/library.so" fi done < package/deps-build fi diff --git a/doc/index.html b/doc/index.html index 74625b5..f0df9d3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -46,7 +46,7 @@ certain state, and a comfortable C API to control
  • A Linux-based system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.11.0.0 or later. It's a build-time requirement. It's also a run-time +2.11.1.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -61,7 +61,7 @@ requirement if you link against the shared version of the skalibs library.