Skip to content

python: add patches to disable runtime lib dirs#1006

Merged
sbyx merged 1 commit intoopenwrt:masterfrom
commodo:python-rt-lib-dirs
Mar 9, 2015
Merged

python: add patches to disable runtime lib dirs#1006
sbyx merged 1 commit intoopenwrt:masterfrom
commodo:python-rt-lib-dirs

Conversation

@commodo
Copy link
Copy Markdown
Contributor

@commodo commodo commented Mar 8, 2015

When cross-compiling, we do not need to add runtime lib dirs.
Also, the cross compilers that are used on OpenWRT do not support
the '-R' option, which causes build failures.

These build failures existed before, but were not noticed,
because it fails only on some setups.
This is because Python's setup.py does a lot of voo-doo
automagic that needs handling for some cross-compilation cases.

Fixes issue: #996

Signed-off-by: Alexandru Ardelean ardeleanalex@gmail.com

When cross-compiling, we do not need to add runtime lib dirs.
Also, the cross compilers that are used on OpenWRT do not support
the '-R' option, which causes build failures.

These build failures existed before, but were not noticed,
because it fails only on some setups.
This is because Python's `setup.py` does a lot of voo-doo
automagic that needs handling for some cross-compilation cases.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
sbyx added a commit that referenced this pull request Mar 9, 2015
python: add patches to disable runtime lib dirs
@sbyx sbyx merged commit 755da9e into openwrt:master Mar 9, 2015
@commodo commodo deleted the python-rt-lib-dirs branch March 9, 2015 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants