Changeset 440237fe4e16e1450d92cef6a3c2b6a63907bc04
- Timestamp:
- 01/08/11 20:21:07
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1294518067 +0000
- git-parent:
[b553f9a4d73487ee85e5cfedf2cd67352b4d5e6b]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1294518067 +0000
- Message:
work around Tomoyuki Sakurai, refs #302 -- we need a permanent solution, but this is great until the deprecated stuff is completely removed.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| refa9375 |
r440237f |
|
| 101 | 101 | MODULELD="$CC -shared" |
|---|
| 102 | 102 | LDFLAGS="$LDFLAGS -export-dynamic -L/usr/local/lib" |
|---|
| 103 | | CFLAGS="$CFLAGS -I/usr/local/include" |
|---|
| | 103 | CFLAGS="$CFLAGS -DCOMPAT_43TTY -I/usr/local/include" |
|---|
| 104 | 104 | MODULEEXT=so |
|---|
| 105 | 105 | RLDFLAG="-Wl,--rpath=" |
|---|