- 12 Eyl, 2013 15 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: I992020936cc39e5a6b04cd507b61853043a19b49
-
Stephan Bergmann yazdı
...so building dynamic libraries down the road that link in the openssl archives fails. Band-aid fix that by always passing in -fPIC (alternatives would be to patch the openssl Makefiles to only build archives and no dynamic libraries even under "shared" or to find another fix for the original Mac OS X hiden visibility program that triggered 9f873641 "Only build in ExternalProject_openssl what's needed in ExternalPackage_openssl"). Change-Id: I6b92ab55b0bbd340aacf325823b1f297e95f9197
-
Stephan Bergmann yazdı
...otherwise, building postgresql fails with missing "_ENGINE_load_4758cca" referenced from _ENGINE_load_builtin_engines in libcrypto.a(eng_all.o) etc. Change-Id: Ie3414164ee4f11a94cd59ec5ea072a40e99706fb
-
Stephan Bergmann yazdı
...i.e., for non-MSC always use "non-shared" (this also prevents a build error when using -fvisibility-hidden on Mac OS X and linking fips_premain_dso misses symbols) and just build "lib_crypto lib_ssl". Also cleaned up the rest of the configure command line while trying not to change any of its meaning (and I have no idea about WNT-GCC lacking "no-idea", likely just lots of cargo cult there awaiting further clean-up). Change-Id: I34ec43975cda7af800eeba5d4f6a0beaeca6f6bc
-
Miklos Vajna yazdı
This was never enabled by default, nobody requested it, adds complexity, so just don't do it at all. Change-Id: Ieafb9777045e9cde3cdd2272c5190f88eb5eb576
-
Thomas Arnhold yazdı
This was dumb - I can't use search correctly ;) Change-Id: I966ad8bce2edbd4a6c58f82568210e110c88a6c5
-
Thomas Arnhold yazdı
Change-Id: I98155bcf6663aa0e7944807fd7cc8b49ab349ee8
-
Thomas Arnhold yazdı
Change-Id: I92687275c9a8ea1ae063aac5877ad5819bda9a2d
-
Thomas Arnhold yazdı
This script seems obsolete since: 1d84e9d1 updatepack: $(PERL) -w $(SOLARENV)$/bin$/packager.pl Found it because it calls dmake. Change-Id: I9cb1c194ed56d1fc8125ae5848190854dfe4d86e
-
Kohei Yoshida yazdı
Change-Id: If9ee3f140a09b1977afaad8ad00406c67bbe224f
-
Kohei Yoshida yazdı
Change-Id: I205c5b7c1202862ea7129fbd61d54e48cd37b06e
-
Thomas Arnhold yazdı
Change-Id: I3c9669f6fdf25a1a244335ae0317c3a8a933762b
-
Thomas Arnhold yazdı
some uncalled and unused stuff Change-Id: I74cc7f58a78befa119102f18560782c5b1ff45fd
-
Eike Rathke yazdı
Change-Id: Iac1ca288b4f436d756e9bf4046e65d7a1f1c00e1
-
Eike Rathke yazdı
Change-Id: I1a6e9555b621486624d753aa874b0a9f415a37ea
-
- 11 Eyl, 2013 25 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Id04975bcc42a2b401d828c0f6b52f4d7c5bcc2b5
-
Eike Rathke yazdı
Change-Id: I5ba1649cfdc639a71a0c2343793a9f16bde91fa1
-
Eike Rathke yazdı
Change-Id: I6f35fee1e4883cfb15517f56387cd85e2e2f7370
-
Eike Rathke yazdı
Change-Id: I442c4d1b8f1a03c19bd119144413c9ac316b4a4c
-
Michael Stahl yazdı
This used to be handled by the "LOCALUSERDIR $ORIGIN/.." line for LibreOffice_Dev in openoffice.lst.in but that won't affect INSTDIR. Change-Id: I1acd1ee7c08c98443e1cc425e1a6bb872d7c81f7
-
Eike Rathke yazdı
Change-Id: I323719e9c74d7c117062fb225a890a5e65c042ab
-
Eike Rathke yazdı
Change-Id: I3271f79a4e3570cc909b6a1e568edfcd07b4ceac
-
Michael Stahl yazdı
INSTDIR has everything that will be installed anyway, so ideally the file search patch should only be INSTDIR + whatever is needed to get the Package file lists; especially WORKDIR seems inappropriate there. The exception is extension .oxt files which apparently are not in INSTDIR; not sure what to do about those. Change-Id: I2477c25ab9fcf953fae9c219e76c467e14729cda
-
Michael Stahl yazdı
The idea appears fundamentally error prone, and is unused. Change-Id: I65e1c5b80d7101b8ba37c213fcb787d31e3b9d1d
-
Michael Stahl yazdı
Fortunately such "tooling" appears to be extinct, and there are no HIDDEN flags in scp2 anyway. Change-Id: I33bd80e3e74cc1eaaab0fbc50d02090088ae4be4
-
Eike Rathke yazdı
Project: dictionaries b07ae33b0d25e33bf890fab8fbcd3317506bbeae
-
Lionel Elie Mamane yazdı
Utility functions to convert between Basic Date type and the representations of Date and Time in UNO, namely: - com.sun.star.util.Date - com.sun.star.util.Time - com.sun.star.util.DateTime Name of new functions: - CDateToUnoDate - CDateFromUnoDate - CDateToUnoTime - CDateFromUnoTime - CDateToUnoDateTime - CDateFromUnoDateTime Change-Id: I2b971df20df1c0351d071023e042169b548894f1 Reviewed-on: https://gerrit.libreoffice.org/5897Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Caolán McNamara yazdı
Change-Id: I7fd4b5684cd5d54860c60fdb00ac2431943eece3
-
Caolán McNamara yazdı
Change-Id: I68c81f46002ad07196ba357c41687ceb56d9663c
-
Caolán McNamara yazdı
Change-Id: I111ce1b7c8d6dc8e19b2f13a1897a66dec0417f8
-
Andrzej J.R. Hunt yazdı
Otherwise firebird won't recognise mixed case index names. Change-Id: Ib581a592d03b12ad0944375d9eec8da9d680487e
-
Stephan Bergmann yazdı
This reverts commit e5143062; not sure what problems exactly it was supposed to work around, but at least a "make check" against Apple's Clang "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)" on Mac OS X 10.8 works flawlessly. Conflicts: configure.in Change-Id: Ib7c80dd29e9e7a92b90be3919cd097b7e64883a1
-
Markus Mohrhard yazdı
Change-Id: I32d3290d333c6bac34b2ef58d2a63c4470b2e462
-
Markus Mohrhard yazdı
Change-Id: I5a1de90912ea74be9c60f95e2aa3588fd8113a07 Reviewed-on: https://gerrit.libreoffice.org/5914Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Andrzej J.R. Hunt yazdı
Change-Id: I5f8c80b01917028fe80d468f5e96de56b917bd7e
-
Andrzej J.R. Hunt yazdı
Change-Id: I17105f474dea07a1a980252309a3ccd88a558db9
-
Andrzej J.R. Hunt yazdı
Change-Id: I3d9cf598404d137e0f13667ea8f0dc7be6253f7a
-
Andrzej J.R. Hunt yazdı
Change-Id: I228bb9f5d1121c1e328daa3d677cc54254255beb
-
Andrzej J.R. Hunt yazdı
Currently if the first set* method to be called is setNull, then we segfault since we try to access m_pInSqlda which doesn't exist yet. Change-Id: I4ad9c0a7d68da11b2260a596dd95c4c2cb5bcd4c
-
Michael Stahl yazdı
Change-Id: I46f4954ef07f60e1f7824a47f0617f8612ea9505
-