summaryrefslogtreecommitdiffstats
path: root/network/elinks/patches/0010-fix-lib-path.patch
diff options
context:
space:
mode:
author David Woodfall2018-09-27 21:23:54 +0200
committer Willy Sudiarto Raharjo2018-09-29 02:47:38 +0200
commitdee957926712133d5a16bf78b4e275af7a6ec450 (patch)
tree478a6c2e872ac43c8e7d208493b496d0d7a03108 /network/elinks/patches/0010-fix-lib-path.patch
parente464e4b03adae7f20853b3767fa917851388ef1b (diff)
downloadslackbuilds-dee957926712133d5a16bf78b4e275af7a6ec450.tar.gz
network/elinks: Add multiple build options and contributed code.
Diffstat (limited to 'network/elinks/patches/0010-fix-lib-path.patch')
-rw-r--r--network/elinks/patches/0010-fix-lib-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/elinks/patches/0010-fix-lib-path.patch b/network/elinks/patches/0010-fix-lib-path.patch
new file mode 100644
index 0000000000..2cdee67fbd
--- /dev/null
+++ b/network/elinks/patches/0010-fix-lib-path.patch
@@ -0,0 +1,13 @@
+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;])