diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-05-30 06:33:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-05-30 06:33:52 +0000 |
commit | de4fce79a7fe43f80949c76dbeb2bb7981895ca8 (patch) | |
tree | 6e518923e721c4ae543c6621d529c56d3f5a4708 /comms | |
parent | dfbfa368e06ce148d67c35d43a988ec4314c46c9 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 8aceffe17455..1b954fbd4d0e 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -24,7 +24,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + -C USE_LDCONFIG= yes |