mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
python-lzma: Fix build on other architectures.
This commit is contained in:
@@ -80,8 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && python setup.py install
|
cd $(DIR_APP) && python setup.py install
|
||||||
# unzip the egg because it won't work without
|
# unzip the egg because it won't work without
|
||||||
cd /usr/lib/python2.7/site-packages && \
|
cd /usr/lib/python2.7/site-packages && \
|
||||||
unzip pyliblzma-$(VER)-py2.7-linux-i686.egg
|
unzip pyliblzma-$(VER)-py2.7-linux-$(shell uname -m).egg
|
||||||
rm -rf /usr/lib/python2.7/site-packages/pyliblzma-$(VER)-py2.7-linux-i686.egg
|
rm -rf /usr/lib/python2.7/site-packages/pyliblzma-$(VER)-py2.7-linux-$(shell uname -m).egg
|
||||||
rm -rf /usr/lib/python2.7/site-packages/EGG-INFO
|
rm -rf /usr/lib/python2.7/site-packages/EGG-INFO
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user