831597e2c8
* new backends * lots of bugfixes * 224 more scanner models supported If you have any regression with your device, let me know.
13 lines
796 B
Plaintext
13 lines
796 B
Plaintext
$OpenBSD: patch-backend_Makefile_in,v 1.5 2010/04/26 10:41:28 ajacoutot Exp $
|
|
--- backend/Makefile.in.orig Wed Apr 14 02:52:59 2010
|
|
+++ backend/Makefile.in Mon Apr 26 08:31:07 2010
|
|
@@ -1598,7 +1598,7 @@ AM_LDFLAGS = @STRICT_LDFLAGS@
|
|
# The -rpath option is added because we are creating _LTLIBRARIES based
|
|
# on configure substitution. This causes automake to not know the
|
|
# correct $libdir and must be added here.
|
|
-DIST_SANELIBS_LDFLAGS = $(AM_LDFLAGS) -rpath '$(libdir)/sane' -version-number $(V_MAJOR):$(V_MINOR):$(V_REV) $(DYNAMIC_FLAG)
|
|
+DIST_SANELIBS_LDFLAGS = $(AM_LDFLAGS) -rpath '$(libdir)/sane' -avoid-version $(DYNAMIC_FLAG)
|
|
DIST_LIBS_LDFLAGS = $(AM_LDFLAGS) -rpath '$(libdir)' -version-number $(V_MAJOR):$(V_MINOR):$(V_REV)
|
|
FIRMWARE_DIRS = artec_eplus48u gt68xx snapscan epjitsu
|
|
|