Changeset d6abc4d998de2ade55a0a8d20b0d8d0c3517e188
- Timestamp:
- 10/20/06 16:59:14
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161356354 +0000
- git-parent:
[fcf1a8e5836b444b2265784bd197fbd450ff75db]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161356354 +0000
- Message:
Build plugins with -no-undefined
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9574d3b |
rd6abc4d |
|
| 375 | 375 | lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ |
|---|
| 376 | 376 | -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) \\ |
|---|
| 377 | | -export-symbol-regex ^\$(VLC_ENTRY)\$\$ |
|---|
| | 377 | -export-symbol-regex ^\$(VLC_ENTRY)\$\$ -no-undefined |
|---|
| 378 | 378 | lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) |
|---|
| 379 | 379 | |
|---|