slackbuilds_ponce/network/elinks/patches/0090-fix-lib-path.patch
Dave Woodfall 4b6c4b9509
network/elinks: Add Patches: disable suspend, -no-connect
2 contributed patches.
VERSION renumbering with commit hash.  Not likely to change unless
felinks fixes are back-ported though.
Change download URL.
Extra notes in README.
Tidy up slackbuild a bit. Move stuff.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-30 13:51:48 +07:00

13 lines
391 B
Diff

diff -Naur a/configure.in b/configure.in
--- a/configure.in 2013-12-18 15:38:57.000000000 +0000
+++ b/configure.in 2018-09-18 02:42:58.996249845 +0100
@@ -427,9 +427,6 @@
CFLAGS="$CFLAGS -I$withval"
CPPFLAGS="$CPPFLAGS -I$withval"
fi
- if test -d "$withval/lib"; then
- LDFLAGS="$LDFLAGS -L$withval/lib"
- fi
fi
AC_CHECK_HEADERS([$3], [$1=yes], [$1=no; break;])