You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/scute/files/scute-1.2.0-noversion.patch

15 lines
597 B

Index: scute-1.2.0/src/Makefile.am
===================================================================
--- scute-1.2.0.orig/src/Makefile.am
+++ scute-1.2.0/src/Makefile.am
@@ -109,8 +109,7 @@ scute_deps =
endif
libscute_la_LDFLAGS = $(scute_res_ldflag) $(no_undefined) $(export_symbols) \
- $(scute_version_script_cmd) -version-info \
- @LIBSCUTE_LT_CURRENT@:@LIBSCUTE_LT_REVISION@:@LIBSCUTE_LT_AGE@
+ $(scute_version_script_cmd) -avoid-version
libscute_la_DEPENDENCIES = @LTLIBOBJS@ $(srcdir)/libscute.vers $(scute_deps)
libscute_la_LIBADD = @LTLIBOBJS@ @LIBASSUAN_LIBS@ @GPG_ERROR_LIBS@