Changeset 5e4e0bd7f3e29fc7733bc09804540bb3ef6c92b5
- Timestamp:
- 09/07/08 22:34:44
(5 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1215635684 +0400
- git-parent:
[10d809da736e7af29639a25fa907c32b6ff579f6]
- git-author:
- David Flynn <davidf+nntp@woaf.net> 1215435688 +0000
- Message:
Patch to fix liboil build when --disable-shared
Without --enable-shared, libtool doesn't generate symbol lists. Use
some autogenerated-libtool-internals to sort it out.
Tested with: gcc on linux-amd64, mingw crosscompile, apple-os10.5
Signed-off-by: Pavlov Konstantin <thresh@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rda12022 |
r5e4e0bd |
|
| 2425 | 2425 | liboil: liboil-$(OIL_VERSION).tar.gz |
|---|
| 2426 | 2426 | $(EXTRACT_GZ) |
|---|
| | 2427 | patch -d liboil -p1 < Patches/liboil-noshared.patch |
|---|
| 2427 | 2428 | |
|---|
| 2428 | 2429 | .liboil: liboil |
|---|