From 95bbc9e70a02cf4b267de2c0e0ff25cdc3382150 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sun, 5 Mar 2006 23:55:45 +0000 Subject: [PATCH] fix -L so we don't have to use DYLD anymore nor symlink it git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@754 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_portaudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_portaudio/Makefile b/src/mod/endpoints/mod_portaudio/Makefile index 3f5b60e0b7..96011377f0 100644 --- a/src/mod/endpoints/mod_portaudio/Makefile +++ b/src/mod/endpoints/mod_portaudio/Makefile @@ -1,4 +1,4 @@ -LDFLAGS += -lportaudio -L/usr/local/lib +LDFLAGS += -lportaudio -L$(PREFIX)/lib MYOBJS = pablio.o ringbuffer.o all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)