Revision: 5767 Author: pebender Date: Sat Oct 31 15:26:07 2009 Log: - Fixed compilation of utils/squashfs.
http://code.google.com/p/minimyth/source/detail?r=5767 Modified: /trunk/gar-minimyth/script/utils/squashfs/Makefile ======================================= --- /trunk/gar-minimyth/script/utils/squashfs/Makefile Sat Oct 31 12:44:46 2009 +++ /trunk/gar-minimyth/script/utils/squashfs/Makefile Sat Oct 31 15:26:07 2009 @@ -23,13 +23,13 @@ BUILD_ARGS = \ CFLAGS="$(CFLAGS)" \ LZMA_SUPPORT=1 \ - LZMA_DIR=$(PWD)/$(WORKDIR)/LZMA + LZMA_DIR="../../LZMA" INSTALL_ARGS = \ INSTALL_DIR=$(DESTDIR)$(bindir) include ../../gar.mk -CFLAGS := $(CFLAGS) -I. -I$(PWD)/$(WORKDIR)/LZMA/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\\\"lzma\\\" -DLZMA_SUPPORT +CFLAGS := $(CFLAGS) -I. -I../../LZMA/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\\\"lzma\\\" -DLZMA_SUPPORT pre-install: @rm -f $(DESTDIR)$(bindir)/mksquashfs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
