Changeset 68496a51bf9360741dd59c205536ec9245a1fee1
- Timestamp:
- 11/01/05 19:38:14
(3 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1130870294 +0000
- git-parent:
[e8d275ba275fd9091486ac2af67b99092a65b7e9]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1130870294 +0000
- Message:
Add detection of ranlib and ar when crosscompiling. It's not fixing the linking problem :(
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf1ffafd |
r68496a5 |
|
| 632 | 632 | flac: flac-$(FLAC_VERSION).tar.gz |
|---|
| 633 | 633 | $(EXTRACT_GZ) |
|---|
| 634 | | |
|---|
| 635 | | .FLAC: flac .ogg |
|---|
| | 634 | ifneq ($(HOST),$(BUILD)) |
|---|
| | 635 | (patch -p 0 < Patches/flac-cross.patch && cd $@ && autoconf) |
|---|
| | 636 | endif |
|---|
| | 637 | |
|---|
| | 638 | .FLAC: flac |
|---|
| 636 | 639 | (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest && cd src&& make -C libFLAC&& make -C libFLAC install && cd .. && make -C include install) |
|---|
| 637 | 640 | # (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest && cd src&& make -C libFLAC&& make -C libFLAC install && make -C libOggFLAC &&make -C libOggFLAC install && cd .. && make -C include install) |
|---|