Commit 08a13fd4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix live555 compilation under Scratchbox

parent 9f800212
...@@ -1240,7 +1240,7 @@ ifdef HAVE_BIGENDIAN ...@@ -1240,7 +1240,7 @@ ifdef HAVE_BIGENDIAN
(cd $<; ./genMakefiles armeb-uclibc && make $(HOSTCC)) (cd $<; ./genMakefiles armeb-uclibc && make $(HOSTCC))
endif endif
else else
ifeq ($(ARCH),armel) ifeq ($(ARCH)$(HAVE_MAEMO),armel)
(cd $<; ./genMakefiles armlinux && make $(HOSTCC)) (cd $<; ./genMakefiles armlinux && make $(HOSTCC))
else else
(cd $<; sed -e 's%-D_FILE_OFFSET_BITS=64%-D_FILE_OFFSET_BITS=64\ -fPIC\ -DPIC%' -i.orig config.linux) (cd $<; sed -e 's%-D_FILE_OFFSET_BITS=64%-D_FILE_OFFSET_BITS=64\ -fPIC\ -DPIC%' -i.orig config.linux)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment