Hello community, here is the log from the commit of package ccscript3 for openSUSE:Factory checked in at 2012-10-31 13:47:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccscript3 (Old) and /work/SRC/openSUSE:Factory/.ccscript3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccscript3", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/ccscript3/ccscript3.changes 2012-03-01 17:18:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ccscript3.new/ccscript3.changes 2012-10-31 13:47:06.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Oct 27 05:58:40 UTC 2012 - [email protected] + +- fix module linking - this pretends to ues libtool, but doesn't + actually build libtool modules, so the COMMON_MODOPTS needs to + contain the correct linker options + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccscript3-libtool.diff ++++++ --- /var/tmp/diff_new_pack.b6Wecv/_old 2012-10-31 13:47:09.000000000 +0100 +++ /var/tmp/diff_new_pack.b6Wecv/_new 2012-10-31 13:47:09.000000000 +0100 @@ -11,3 +11,15 @@ modpath=${libdir}/ccscript3-1.1 scriptdir=${libdir}/ccscript3-1.1 +Index: configure.ac +=================================================================== +--- configure.ac.orig ++++ configure.ac +@@ -73,6 +73,7 @@ CXXFLAGS="$CXXFLAGS $COMMON_CFLAGS" + COMMON_LIBPATH=`pkg-config --variable=libdir libccgnu2` + LIBS="$LIBS -L$COMMON_LIBPATH $COMMON_LIBS" + COMMON_MODFLAGS=`pkg-config --variable=modflags libccgnu2` ++COMMON_MODFLAGS="$COMMON_MODFLAGS -XCClinker -shared" + AC_SUBST(COMMON_MODFLAGS) + AC_CHECK_HEADERS(regex.h) + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
