diff options
author | althekiller <althekiller@svn> | 2010-06-08 20:34:06 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2010-06-08 20:34:06 +0000 |
commit | 01418d1d56bdf282418fb413580ba2c02d7cf54f (patch) | |
tree | dfbcd903d0972cdcdf9fff94b23141acb227aae6 /configure.in | |
parent | b2a688dca50096d08f2bfba1ee51565072aa935b (diff) |
fixed: cpluff needs LDFLAGS on OSX
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30984 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1e364e09de..2f9c8e1c4d 100644 --- a/configure.in +++ b/configure.in @@ -1864,7 +1864,7 @@ XB_CONFIG_MODULE([lib/libmicrohttpd], [ XB_CONFIG_MODULE([lib/cpluff], [ if test "$host_vendor" = "apple" ; then - ./configure --disable-nls --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --without-readline CFLAGS="$CFLAGS" + ./configure --disable-nls --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --without-readline CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" else ./configure --disable-nls \ --host=$host_alias \ |