[Buildroot] libffi target header installation problem

Nicolas Ménégale nicolas.menegale at openwide.fr
Mon Aug 26 13:41:51 UTC 2013


Hi Everyone,

In libffi.mk:23: 
mv $(STAGING_DIR)/usr/lib/libffi-*/include/*.h $(STAGING_DIR)/usr/include/

Wouldn't it make more sense this way ?
mv $(STAGING_DIR)/usr/lib/libffi-$(LIBFFI_VERSION)/include/*.h $(STAGING_DIR)/usr/include/

Same thing for the LIBFFI_MOVE_TARGET_HEADERS hook below this line.

If so I can send a patch to correct that.

Thanks,
Nicolas.


More information about the buildroot mailing list