File commoncpp-libtool.diff of Package commoncpp2
--- configure.ac +++ configure.ac @@ -11,6 +11,7 @@ AC_INIT(src/thread.cpp) VERSION="1.6.1" +m4_pattern_allow([^LT_(RELEASE|VERSION)$])dnl LT_RELEASE="1.6" LT_VERSION="0:1" @@ -313,7 +314,7 @@ AC_SUBST(ost_cv_dynloader) # some peculiar things needed for cygwin dll builds and the currently broken toolchain... SHARED_FLAGS="" -MODULE_FLAGS="-module -shared" +MODULE_FLAGS="-XCClinker -shared" STAGE2="" BASE_LIB="" case "$target_os" in