From: Brian West Date: Tue, 2 Feb 2010 05:47:01 +0000 (+0000) Subject: ESL-29 X-Git-Tag: v1.0.6~562 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e5ba1e23f007c3b7e18b9b240c8b3591c79a40;p=thirdparty%2Ffreeswitch.git ESL-29 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16549 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/ruby/Makefile b/libs/esl/ruby/Makefile index 50d1f4c57d..227e9f33fa 100644 --- a/libs/esl/ruby/Makefile +++ b/libs/esl/ruby/Makefile @@ -1,6 +1,6 @@ ## no idea how to simply ask ruby which one to use LOCAL_CFLAGS=-I$(shell ruby -e 'require "rbconfig"; puts RbConfig::CONFIG["topdir"]') -LOCAL_LDFLAGS=$(shell ruby -e 'require "rbconfig"; puts RbConfig::CONFIG["LIBRUBYARG"]') +LOCAL_LDFLAGS=$(shell ruby -e 'require "rbconfig"; puts RbConfig::CONFIG["LIBS"]') all: ESL.so