CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
pkgutils-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14ab411
)
Enabled large file support.
author
Matt Housh
<jaeger@crux.nu>
Tue, 14 Nov 2006 21:07:08 +0000
(22:07 +0100)
committer
Tilman Sauerbeck
<tilman@crux.nu>
Tue, 14 Nov 2006 21:07:08 +0000
(22:07 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 7517a2cb508f03b1390b9d8cf436a39384562c5a..32e0ab36866cf52f34faa1f070ef4d58d2ec023f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-29,7
+29,8
@@
LIBTAR_VERSION = 1.2.11
CXXFLAGS += -DNDEBUG
CXXFLAGS += -O2 -Wall -pedantic -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" \
- -Ilibtar-$(LIBTAR_VERSION)/lib -Ilibtar-$(LIBTAR_VERSION)/listhash
+ -Ilibtar-$(LIBTAR_VERSION)/lib -Ilibtar-$(LIBTAR_VERSION)/listhash \
+ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
LDFLAGS += -static -Llibtar-$(LIBTAR_VERSION)/lib -ltar -lz