No sonames on Android --- a/configure 2013-03-29 19:46:34.922901756 +0100 +++ b/configure 2013-03-29 19:46:56.051901574 +0100 @@ -9809,7 +9809,7 @@ *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac - archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ ss='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2/AutoInstall.mk
AgeCommit message (Expand)Author
2014-08-02scp2: move winexplorerext libs to AutoInstallMichael Stahl
2014-08-02scp2: move activex libs to AutoInstallMichael Stahl
2014-07-20scp2: move python libraries to AutoInstallMichael Stahl
2014-07-20scp2: move postgresqlsdbc libraries to AutoInstallMichael Stahl
2014-07-20scp2: move OGLTrans library to AutoInstallMichael Stahl
2014-07-20scp2: damnit, did i really push this utter garbage?Michael Stahl
2014-07-18scp2: move pdfimport library to AutoInstallMichael Stahl
2014-06-13scp2: move reportbuilder libraries to AutoInstallMichael Stahl
2014-06-09scp2: kde module wants to install executables nowMichael Stahl
2014-03-18scp2: move apache-commons to AutoInstallMichael Stahl
2014-03-18scp2: move rhino to AutoInstallMichael Stahl
2014-03-18scp2: move hsqldb to AutoInstallMichael Stahl
2014-03-18scp2: move bsh to AutoInstallMichael Stahl
2014-03-18scp2: move python3 to AutoInstallMichael Stahl
2014-02-04scp2: move URE jars to AutoInstallMichael Stahl
2014-02-04gbuild: add gb_Helper_register_jars_for_installMichael Stahl
2014-02-04fdo#74495: gbuild: AutoInstall: add support for ComponentConditionMichael Stahl
2013-09-22odk: remove Package_bin, instead auto-install executablesMichael Stahl
2013-08-31scp2: convert BINARYTABLE MSI CustomAction dlls to AutoInstallMichael Stahl
2013-06-15Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan
2013-06-11fdo#60924 autoinstall - gbuild/scp2: add calc moduleMarcos Paulo de Souza
2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan