From: Anthony Minessale Date: Sun, 5 Mar 2006 23:55:45 +0000 (+0000) Subject: fix -L so we don't have to use DYLD anymore nor symlink it X-Git-Tag: v1.0-beta1~3122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95bbc9e70a02cf4b267de2c0e0ff25cdc3382150;p=thirdparty%2Ffreeswitch.git 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 --- 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)