1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

alpy: fix (workaround) segfault caused by openwrt dynamic linker pecularities

This commit is contained in:
David Kühling
2012-03-29 02:28:41 +02:00
parent 2ee0f6e91f
commit caaecfd42d
2 changed files with 28 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ endef
# $(PKG_BUILD_DIR)/setup.py build
# endef
TARGET_LDFLAGS += -lalleg -lm -lpthread
TARGET_LDFLAGS += -lm -lpthread -ldl -lrt -lalleg
define Build/Install
$(call Build/Compile/PyMod,, \
@@ -80,5 +80,5 @@ $(eval $(call BuildPackage,alpy))
# The following comments configure the Emacs editor. Just ignore them.
# Local Variables:
# compile-command: "make -C ~/h/src/qi/openwrt-xburst package/alpy/compile -j2 V=99"
# compile-command: "cd ~/src/nanonote/Alpy-0.1.5 && ~/bin/quilt-export target && make -C ~/h/src/qi/openwrt-xburst package/alpy/compile -j2 V=99"
# End: