forked from pool/antlr3c
2fc2675b66
Throw out upstream's stupid 64-bit switch. openSUSE shlib naming guidelines. OBS-URL: https://build.opensuse.org/request/show/244976 OBS-URL: https://build.opensuse.org/package/show/network:telephony/antlr3c?expand=0&rev=2
23 lines
681 B
Diff
23 lines
681 B
Diff
Date: 2014-08-17 03:44:06.100706672 +0200
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
"-avoid-version" does not count for compatibility guarantees.
|
|
Use one of -version-info, -release or -Wl,--version-script!
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: libantlr3c-3.4/Makefile.am
|
|
===================================================================
|
|
--- libantlr3c-3.4.orig/Makefile.am
|
|
+++ libantlr3c-3.4/Makefile.am
|
|
@@ -62,7 +62,7 @@ include_HEADERS = include/antlr3.h
|
|
include/antlr3treeparser.h \
|
|
antlr3config.h
|
|
|
|
-libantlr3c_la_LDFLAGS = -avoid-version
|
|
+libantlr3c_la_LDFLAGS = -release ${PACKAGE_VERSION}
|
|
|
|
INCLUDES = -Iinclude
|
|
|