summaryrefslogtreecommitdiff
path: root/python/makefile.mk
AgeCommit message (Collapse)Author
2012-11-29python: replaced by python3, so remove itMichael Stahl
Change-Id: I3dc55f05502af56bd30825d297a6964295e6efa3
2012-11-22Use xcrun when available to run install_name_toolTor Lillqvist
This hopefully should help in situations like Jonathan Aquilina's, where /usr/bin/install_name_tool does not correspond to the tool-chain used (but is from an earlier version of Xcode). Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03
2012-11-21dung out berkeleydb gnumake / configure bits ...Michael Meeks
2012-10-07fix python build with VC2012Peter Foley
Change-Id: Ibaec87c929889f0038b44aac1e07e2552adc5cc5
2012-07-12get python building under mipselCaolán McNamara
Change-Id: I28e4d96fb48420a19e51d52b89895625e7f9ba93
2012-06-17(incomplete) attempt to build internal python with MinGWDavid Tardon
Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02
2012-05-29provide a gnu-make compatible include for pyversionNorbert Thiebaud
Change-Id: I I7d0de9bc04c26e71c6bd915a659a15c3e1f712d2
2012-05-23do not concatenate empty line in python/makefile.mkPetr Mladek
Change-Id: I08897ea5527e7ac56b37855b740a3dc1c8ddb544
2012-05-18python: svn 1.7 breaks the build because...Michael Stahl
... the output of "svninfo" in a directory that doesn't contain a .svn changed Change-Id: I16b132663a7c8d9fd60eafafecfc7f9e82b69b29
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-04-10extra love for incompatible expat on macosxCaolán McNamara
2012-04-10to find the headers and (static) library of our internal opensslLaurent Godard
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-22Revert "add dylib to the list of native python modules for Mac (for ↵Stephan Bergmann
pyuno.dylib)" This reverts those parts of commit f892f979ce17c70ccff5c802db17f24129628504 that add .dylib as an extension for native Python modules, which in turn was obsoleted by 2ea723e8ce4077c7efa957d278637c4d9f32cf14 "Revert 'Mac OS X uses .dylib and not .so for python modules.'" (and I verified on Mac OS X 10.6.8 that both LO's internal Pyton 2.6.1 and MacPort's python3.2 indeed import a pyuno.so just fine). There were additional modifications regarding pyversion stuff in the original commit f892f979ce17c70ccff5c802db17f24129628504 that appear unrelated and which I left intact.
2011-08-02Resolves: fdo#36763 backport fix for py#4768Caolán McNamara
2011-07-26Use MACOSX_SDK_PATHNorbert Thiebaud
2011-07-26add easy-valgrindability to built-in pythonCaolán McNamara
2011-06-11add dylib to the list of native python modules for Mac (for pyuno.dylib)Christian Lohmaier
2011-06-06allow building internal Python on Mac (needs to be built as framework)Christian Lohmaier
fixes #i111496# (meta), #i111498# & #i111500# (along with the similar commits to the other repos)
2011-05-29Don't build Python if DISABLE_PYTHON is TRUETor Lillqvist
I don't know if this is the right thing to do. The --disable-python switch is documented to "Disable build of Python 2.x UNO API". Does that mean that it should disable use of Python at run-time completely? What about use of Python tools at build-time, do we have such? Will --disable-python then disable their use, too?
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
Conflicts: python/makefile.mk zlib/makefile.mk
2011-03-29CWS-TOOLING: integrate CWS ause127Ivo Hinkelmann
2011-03-22ause127: #i117375# avoid hard links in python buildHans-Joachim Lankenau
2011-03-18masterfix from: sb140: #i117456# on Solaris 11 against Solaris 10 baseline, ↵sb
trick python configure into thinking it sees Solaris 10 (transplanted from 6402ce7b0667b255e70c517c4320ecaee2682c56)
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
2011-02-15Py_DEBUG mangling for WindowsTor Lillqvist
2011-02-14Make debugging the Python interpreter simplerTor Lillqvist
When building (in the LibreOffice sense) for Windows with debug=t, use the Debug solution configuration, but make the Debug project configutations produce identically named executables as the Release ones, and also use the normal runtime library. Use same executables names
2011-02-02Clean up makefilesThomas Arnhold
2011-01-23Fix Python build for x64 WindowsTor Lillqvist
2010-11-23fixed urllib.urlopen in the internal python (fdo#31466)Petr Mladek
+ backported two fixes from newer python: + close the file even if an exception occurs (py#5536) + urllib doesn't correct server returned urls (py#918368) + thanks karolus <karlooforum at arcor dot de> for analyzing and suggesting the fix
2010-11-02Make sure Python builds for VS2008 againJesús Corrius
2010-10-29Visual Studio 2010 project files for PythonJesús Corrius
2010-10-13get this to build on AIXCaolán McNamara
2010-10-08ause126: #i114866# applied patch from issue: fix parallel build issueHans-Joachim Lankenau
2010-09-14python-win32-buildfix.diff: make python build properly on win32Thorsten Behrens
2010-06-30sb126: merged in DEV300_m84sb
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono
2010-04-13CWS-TOOLING: integrate CWS ause117Jens-Heiner Rechtien
2010-03-22ause117: #i110262# one more chmod to make Include group writeableHans-Joachim Lankenau
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-26ause110: update to DEV300m70Hans-Joachim Lankenau
2010-01-15ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau
2010-01-05CWS-TOOLING: integrate CWS pythonssldeduxJens-Heiner Rechtien
2009-11-13sb116: #i106845# removed obsolete IRIX portsb
2009-11-09pythonssldedux: #i106542# build python ssl module for ssl email supportCaolán McNamara
2009-08-26CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov
2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo
2009-05-08#i101531# syntax fixedKurt Zenker
2009-04-24#i101079# mingw port patch file: PATCH_FILE_NAME->PATCH_FILESOliver Bolte