Ticket #324: tar-1.23_configure.patch
| File tar-1.23_configure.patch, 403 bytes (added by yeputons, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | *** configure.old Mon Jan 10 03:47:51 2011 |
| 2 | --- configure Mon Jan 10 03:16:50 2011 |
| 3 | *************** if test "$ac_res" != no; then |
| 4 | *** 6476,6481 **** |
| 5 | --- 6476,6487 ---- |
| 6 | |
| 7 | fi |
| 8 | |
| 9 | + case $build in |
| 10 | + *-*-haiku*) |
| 11 | + LIBS="-lnetwork $LIBS" |
| 12 | + ;; |
| 13 | + esac |
| 14 | + |
| 15 | { $as_echo "$as_me:$LINENO: checking for inline" >&5 |
| 16 | $as_echo_n "checking for inline... " >&6; } |
| 17 | if test "${ac_cv_c_inline+set}" = set; then |
