diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2020-04-27 02:05:26 -0400 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2020-04-27 02:05:26 -0400 |
commit | 3b86e232487e6d5d789d815065eab13a83ced3f8 (patch) | |
tree | 7491c9e3a3aac98d3477cfc9eb473ad082e2261f /ncurses-6.0-abi-version.patch | |
parent | 8a882551bcada2f1ac057a9bf4a334fba860d567 (diff) | |
download | cygwin-ncurses-master.tar.gz cygwin-ncurses-master.tar.xz cygwin-ncurses-master.zip |
Diffstat (limited to 'ncurses-6.0-abi-version.patch')
-rw-r--r-- | ncurses-6.0-abi-version.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ncurses-6.0-abi-version.patch b/ncurses-6.0-abi-version.patch new file mode 100644 index 0000000..146023a --- /dev/null +++ b/ncurses-6.0-abi-version.patch @@ -0,0 +1,22 @@ +--- origsrc/ncurses-6.0-20170121/configure 2017-01-21 10:16:16.000000000 -0600 ++++ src/ncurses-6.0-20170121/configure 2017-01-24 22:50:49.111114900 -0600 +@@ -4957,7 +4957,7 @@ test -z "$cf_cv_libtool_version" && unse + echo "$as_me: error: Cannot find libtool" >&2;} + { (exit 1); exit 1; }; } + fi +- LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${libdir} ${LIBTOOL_VERSION} `cut -f1 ${top_srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} $(LIBS) -o' ++ LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${libdir} ${LIBTOOL_VERSION} ${ABI_VERSION}:0 ${LIBTOOL_OPTS} ${LT_UNDEF} $(LIBS) -o' + LIB_OBJECT='${OBJECTS:.o=.lo}' + LIB_SUFFIX=.la + LIB_CLEAN='${LIBTOOL} --mode=clean' +--- origsrc/ncurses-6.0-20170121/mk-1st.awk 2016-12-31 11:04:34.000000000 -0600 ++++ src/ncurses-6.0-20170121/mk-1st.awk 2017-01-24 22:51:49.813746800 -0600 +@@ -449,7 +449,7 @@ END { + printf "\tcd ../lib && $(LIBTOOL_LINK) $(%s) $(%s) \\\n", CC_NAME, CC_FLAG; + printf "\t\t-o %s $(%s_OBJS:$o=.lo) \\\n", lib_name, OBJS; + printf "\t\t-rpath $(libdir) \\\n"; +- printf "\t\t%s $(NCURSES_MAJOR):$(NCURSES_MINOR) $(LT_UNDEF) $(%s) $(LDFLAGS)\n", libtool_version, which_list; ++ printf "\t\t%s $(ABI_VERSION):0 $(LT_UNDEF) $(%s) $(LDFLAGS)\n", libtool_version, which_list; + print "" + print "install \\" + print "install.libs \\" |