Changeset 8e3a102f3f6558cde8dd1d2ab450c9b472b47b9b
- Timestamp:
- 03/02/06 08:52:53
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1141285973 +0000
- git-parent:
[349175aaf78a843b02252d0fc46263e7f1a56d58]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1141285973 +0000
- Message:
libtool:
- Don't link builtins against anything (dependencies are linked in libvlc)
- Don't mangle name of underlying libraries
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcaeddaf |
r8e3a102 |
|
| 442 | 442 | lib${mod}_builtin_la_CXXFLAGS = \`\$(VLC_CONFIG) --cxxflags builtin ${mod}\` -static |
|---|
| 443 | 443 | lib${mod}_builtin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags builtin ${mod}\` -static |
|---|
| 444 | | lib${mod}_builtin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs ${mod}\` -static |
|---|
| | 444 | lib${mod}_builtin_la_LDFLAGS = -static |
|---|
| 445 | 445 | |
|---|
| 446 | 446 | EOF |
|---|
| r43ed847 |
r8e3a102 |
|
| 166 | 166 | libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc` |
|---|
| 167 | 167 | libvlc_la_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc` |
|---|
| 168 | | libvlc_la_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin|sed -e 's/\.a /_builtin.la /g'` \ |
|---|
| | 168 | libvlc_la_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin|sed -e 's/\(modules\/[^ ]*\)\.a /\1_builtin.la /g'` \ |
|---|
| 169 | 169 | -avoid-version -no-undefined |
|---|
| 170 | 170 | libvlc_la_DEPENDENCIES = stamp-builtins |
|---|