python,python3: fix underlinking issues with lrt (clock_gettime())
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 20 Feb 2017 09:49:29 +0000 (11:49 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 3 Jul 2017 06:28:41 +0000 (09:28 +0300)
commit1c54e2b0fbe2e9a7dfb050b45ff79a0f72b8582f
tree6968e071a7c7e16107745ea21ac6ff3667100f55
parenta899a96f9eeb10fd485b72b305b548410df51c21
python,python3: fix underlinking issues with lrt (clock_gettime())

Seems it's called underlinking that's happening only
on Ubuntu 12.04 with libressl (that comes from LEDE's
tools folder).

Link here:
https://ubuntuforums.org/showthread.php?t=1870586

I'm still reading about this a bit.
Since I don't really get it.

But applying that fix (as in the link) seems to fix compiling
on Ubuntu 12.04, and tried also on 16.04 (to make sure).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python/Makefile
lang/python/python3/Makefile