mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
4b6c4b9509
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>
13 lines
391 B
Diff
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;])
|