summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-aj
blob: 8567747ebca6d72f724a408e36c013911a7403f3 (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-aj,v 1.3 2005/03/15 15:58:52 wennmach Exp $

test_rx_clock needs -llwp.

--- rx/Makefile.in.orig	2005-03-09 16:44:39.000000000 +0100
+++ rx/Makefile.in	2005-03-09 16:46:18.000000000 +0100
492c492
< test_rx_clock_LDADD = librx.la $(LIBS)
---
> test_rx_clock_LDADD = librx.la -L../lwp -llwp $(LIBS)