lnav: update to 0.8.5.
This commit is contained in:
parent
92e40d50fa
commit
3a34858834
2 changed files with 3 additions and 32 deletions
|
@ -1,29 +0,0 @@
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index ab74fb7..a57315e 100644
|
|
||||||
--- configure.ac
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -10,23 +10,6 @@ AC_CANONICAL_HOST
|
|
||||||
|
|
||||||
AX_CXX_COMPILE_STDCXX_14([noext], [mandatory])
|
|
||||||
|
|
||||||
-for defdir in /opt/local /usr/local /usr /; do
|
|
||||||
- if test -d "$defdir/include"; then
|
|
||||||
- CPPFLAGS="$CPPFLAGS -I$defdir/include"
|
|
||||||
- fi
|
|
||||||
-
|
|
||||||
- if test -d "$defdir/lib64"; then
|
|
||||||
- LDFLAGS="$LDFLAGS -L$defdir/lib64"
|
|
||||||
- fi
|
|
||||||
- if test -d "$defdir/lib"; then
|
|
||||||
- LDFLAGS="$LDFLAGS -L$defdir/lib"
|
|
||||||
- fi
|
|
||||||
-
|
|
||||||
- if test -d "$defdir/lib/x86_64-linux-gnu"; then
|
|
||||||
- LDFLAGS="$LDFLAGS -L$defdir/lib/x86_64-linux-gnu"
|
|
||||||
- fi
|
|
||||||
-done
|
|
||||||
-
|
|
||||||
dnl abssrcdir is the absolute path to the source base (regardless of where
|
|
||||||
dnl you are building it)
|
|
||||||
AS_CASE([x$srcdir],
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lnav'
|
# Template file for 'lnav'
|
||||||
pkgname=lnav
|
pkgname=lnav
|
||||||
version=0.8.4
|
version=0.8.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://lnav.org/"
|
homepage="http://lnav.org/"
|
||||||
distfiles="https://github.com/tstack/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tstack/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=17cf1692f914c8cf2191040365ef481c32d4faf054f7c89e5c573aef7b988d2a
|
checksum=5e5bfde95da71d9e00ec20b4a17d7f260ca90d23c86a47f8bc3fb98418aea6bc
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue