projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91afbb
)
Patch from pdinoto: http://bugs.uclibc.org/view.php?id=30
author
Eric Andersen
<andersen@codepoet.org>
Sun, 23 Jan 2005 10:48:46 +0000
(10:48 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sun, 23 Jan 2005 10:48:46 +0000
(10:48 -0000)
This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n
Seems like a small typo
package/bzip2/bzip2.mk
patch
|
blob
|
history
diff --git
a/package/bzip2/bzip2.mk
b/package/bzip2/bzip2.mk
index 2bb395e52cfb2236f49c49fc4c14c4560098b055..6b595e2ed691326a7003abd609609297c20e1153 100644
(file)
--- a/
package/bzip2/bzip2.mk
+++ b/
package/bzip2/bzip2.mk
@@
-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)
+if
n
eq ($(BR2_LARGEFILE),y)
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile
$(SED) "s,^BIGFILES,#BIGFILES,g" $(BZIP2_DIR)/Makefile-libbz2_so
endif