Changeset 98535fdfeb560428ac3e48cdf259ef39f089c296
- Timestamp:
- 06/06/08 18:01:41
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1212775301 +0000
- git-parent:
[d95460a5334988d9e1dc8c94c3eefbaf222c2d48]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1212775301 +0000
- Message:
This is needed on OpenBSD too, refs #29
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb0c153f |
r98535fd |
|
| 54 | 54 | CFLAGS="$CFLAGS -I/usr/local/include -I/usr/local/include/postgresql" |
|---|
| 55 | 55 | RLDFLAG="-Wl,--rpath=" |
|---|
| | 56 | WHOLE_ARCHIVE="-Wl,--whole-archive" |
|---|
| | 57 | NOWHOLE_ARCHIVE="-Wl,--no-whole-archive" |
|---|
| 56 | 58 | ;; |
|---|
| 57 | 59 | *-*-linux*) |
|---|