Changeset 14b5b5ff59b7f8cd78b357c3136c8cc8b2b67f32
- Timestamp:
- 07/19/07 22:14:50
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184876090 +0000
- git-parent:
[5058051044edf35cc1715fca273f851799a76b28]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184876090 +0000
- Message:
bootstrap: Attempt to fix Mac OS X build using libtool. Please review.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r130afa5 |
r14b5b5f |
|
| 352 | 352 | lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ |
|---|
| 353 | 353 | -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) \\ |
|---|
| 354 | | -export-symbol-regex ^\$(VLC_ENTRY)\$\$ -no-undefined |
|---|
| | 354 | -export-symbol-regex ^\$(VLC_ENTRY)\$\$ -no-undefined \$(LIBADD) |
|---|
| 355 | 355 | EOF |
|---|
| 356 | 356 | done |
|---|