This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n
Seems like a small typo
This commit is contained in:
Eric Andersen 2005-01-23 10:48:46 +00:00
parent c91afbb53c
commit ceb4d070f9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $(BZIP2_DIR)/.unpacked: $(DL_DIR)/$(BZIP2_SOURCE)
$(SED) "s,ln \$$(,ln -sf \$$(,g" $(BZIP2_DIR)/Makefile
$(SED) "s,ln -s (lib.*),ln -sf \$$1 ; ln -sf libbz2.so.1.0.2 libbz2.so,g" \
$(BZIP2_DIR)/Makefile-libbz2_so
ifeq ($(BR2_LARGEFILE),y)
ifneq ($(BR2_LARGEFILE),y)
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile-libbz2_so
endif