Changeset 5568a82a4f1ef113409faf89d1fb822cfadb3801
- Timestamp:
- 07/03/08 02:38:28
(7 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1204853908 +0100
- git-parent:
[0e4fd36cd90c429ad72d98fb357b6278aed7cf23]
- git-author:
- Rafaël Carré <funman@videolan.org> 1204853908 +0100
- Message:
loader doesn't use libdl (and libdl doesn't exist on FreeBSD)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r46ff91c |
r5568a82 |
|
| 31 | 31 | driver.c pe_resource.c resource.c registry.c afl.c vfl.c \ |
|---|
| 32 | 32 | wrapper.S stubs.s kludge.c |
|---|
| 33 | | libloader_la_LIBADD = -ldl -lpthread |
|---|
| | 33 | libloader_la_LIBADD = -lpthread |
|---|
| 34 | 34 | |
|---|