01ffada18b
* new and updated backends * 75 more scanner models supported * epson backend deprecated, use epson2 * coolscan2 backend deprecated, use coolscan3 * improved saned configuration * updated translations and documentations * bugfixes
13 lines
796 B
Plaintext
13 lines
796 B
Plaintext
$OpenBSD: patch-backend_Makefile_in,v 1.4 2009/05/06 10:23:21 ajacoutot Exp $
|
|
--- backend/Makefile.in.orig Tue May 5 10:27:46 2009
|
|
+++ backend/Makefile.in Tue May 5 10:29:13 2009
|
|
@@ -1485,7 +1485,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
|
|
|