Otherwise, "linux" will be expanded to "1" when it is stringified.
This is a problem for e. g. LIBDIR, which might contain a target triplet.
On my system, /usr/x86_64-pc-linux-gnu-gcc would expand to x86_64-pc-1-gnu-gcc.
v2: also adjust backend/Makefile.in
---
backend/Makefile.am | 2 +-
backend
On Wednesday 10 June 2015, 08:38:53, Olaf Meeuwissen wrote:
> Olaf Meeuwissen writes:
> > Niels Ole Salscheider writes:
> >> Am 2015-06-09 14:21, schrieb m. allan noah:
> >>> We need more info here. Where do you see this expansion problem?
> >>>
> &g
Otherwise, "linux" will be expanded to "1" when it is stringified.
This is a problem for e. g. LIBDIR, which might contain a target triplet.
On my system, /usr/x86_64-pc-linux-gnu-gcc would expand to x86_64-pc-1-gnu-gcc.
---
backend/Makefile.am | 2 +-
backend/dll.c | 6 +++---
2 files chan
t find any
backends.
Ole
On Sun, Jun 7, 2015 at 4:14 PM, Niels Ole Salscheider
wrote:
Otherwise, "linux" will be expanded to "1" when it is stringified.
This is a problem for e. g. LIBDIR, which might contain a target
triplet.
On my system, /usr/x86_64-pc-linux-gnu-
Otherwise, "linux" will be expanded to "1" when it is stringified.
This is a problem for e. g. LIBDIR, which might contain a target triplet.
On my system, /usr/x86_64-pc-linux-gnu-gcc would expand to x86_64-pc-1-gnu-gcc.
---
include/sane/sanei.h | 3 +++
1 file changed, 3 insertions(+)
diff --gi
Please ignore this patch, it does not work either. I will try to find a
working solution.
On Friday 05 June 2015, 21:14:02, Niels Ole Salscheider wrote:
> Otherwise, LIBDIR is expanded which breaks the path. E. g. "linux"
> is replaced by "1" in x86_64-pc-linux-gnu.
Otherwise, LIBDIR is expanded which breaks the path. E. g. "linux"
is replaced by "1" in x86_64-pc-linux-gnu.
---
backend/dll.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/backend/dll.c b/backend/dll.c
index 619ee55..13d14f6 100644
--- a/backend/dll.c
+++ b/backend/dl
This patch is from Gentoo:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/files/sane-backends-1.0.24-systemd_pkgconfig.patch?revision=1.2&view=markup
---
configure.in | 25 +++--
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/co
Instead, add a --with-systemd flag to the configure script that can be used
to enable or disable systemd support.
This patch is from Gentoo:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/files/sane-backends-1.0.24-automagic_systemd.patch?revision=1.1&view=markup
-