Commit Graph

22 Commits

Author SHA1 Message Date
Ole André Vadla Ravnås d3e2b06439 Actually fix the substitution this time 2015-01-22 09:18:48 +08:00
Ole André Vadla Ravnås a8aa4339c7 Fix substitution of @PYTHON@ in the wrapper scripts 2015-01-22 09:06:26 +08:00
Ole André Vadla Ravnås 128d3edadc Fix py3k linking issue on Linux
We now try the ${PYTHON_PREFIX}/lib directory first as it is more
likely to have the shared library also, and not just the static one.
2014-01-25 19:00:25 +01:00
Karl Trygve Kalleberg 9ccb5b7e67 Merge branch 'master' of github.com:frida/frida-python
Conflicts:
	configure.ac
2014-01-22 22:40:04 +01:00
Karl Trygve Kalleberg e67e9d18f7 Simplify the computation of the actual libpython3, so that things work on Linux again 2014-01-22 22:39:03 +01:00
Ole André Vadla Ravnås c36edceda7 Revert back to manually detecting python flags
Using python-config comes with its own set of problems. Ick.

Reverts:
99db513e54
2d403eb3fd
2014-01-11 20:10:50 +01:00
Ole André Vadla Ravnås 99db513e54 Fix build regression on Mac 2014-01-11 04:32:46 +01:00
Karl Trygve Kalleberg 2d403eb3fd Simplified Python build variables setup by using pythonX.Y-config directly, where possible 2014-01-11 01:34:03 +01:00
Ole André Vadla Ravnås 5979ac5836 Fix library search order to avoid accidentally picking up system libraries
This resulted in really broken Linux builds as the system happened to have
some of the libraries that Frida requires its own versions of.
2014-01-10 22:05:33 +01:00
Ole André Vadla Ravnås 5d34d5f88e Escape python code to fix python 3.3 build issue on Mac
Turns out that len is an m4 macro.
2014-01-05 15:56:19 +01:00
Ole André Vadla Ravnås 89ab962638 Fix python2.6 build regression 2014-01-05 15:19:41 +01:00
Ole André Vadla Ravnås 5d97d5f17e Fix py3k linking on Linux 2014-01-05 13:53:49 +01:00
Ole André Vadla Ravnås 2508645e1a Port to Python 3.x 2014-01-04 23:18:27 +01:00
Ole André Vadla Ravnås ab82cd86db Improve setup.py so it can be used for packaging 2013-12-29 19:04:41 +01:00
Ole André Vadla Ravnås f0cf41f8ab Generate a stub setup.py 2013-12-29 17:14:33 +01:00
Ole André Vadla Ravnås cff3a8a6d2 Turn frida into a proper package so tracer can be part of it 2013-12-29 17:13:04 +01:00
Ole André Vadla Ravnås ed6c3f4e3a Fix python 2.6 library search path on OS X Mavericks 2013-12-03 21:25:10 +01:00
Ole André Vadla Ravnås dbc81eca79 Disable strict aliasing when building with GCC 2013-10-06 16:53:27 +02:00
Ole André Vadla Ravnås ec01dcbcaf Lower python requirement to 2.6 2013-04-16 01:20:09 +02:00
Ole André Vadla Ravnås 5b9db9843e Fix source code file reference in configure.ac 2013-04-14 18:15:42 +02:00
Ole André Vadla Ravnås 3dfaf0aeec Add python dependency 2013-04-14 02:23:25 +02:00
Ole André Vadla Ravnås 56168132ab Add basic scaffolding based on the old python binding 2013-04-13 22:21:17 +02:00