Software /
code /
prosody
Comparison
configure @ 3351:9d38d2bef187
configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 13 Jul 2010 01:16:15 +0100 |
parent | 3306:59d56fd49e38 |
child | 3352:770e27bf11ea |
comparison
equal
deleted
inserted
replaced
3350:f0e312c9da01 | 3351:9d38d2bef187 |
---|---|
160 fi | 160 fi |
161 if [ "$OSTYPE" = "freebsd" ] | 161 if [ "$OSTYPE" = "freebsd" ] |
162 then LUA_INCDIR="/usr/local/include/lua51" | 162 then LUA_INCDIR="/usr/local/include/lua51" |
163 LUA_INCDIR_SET=yes | 163 LUA_INCDIR_SET=yes |
164 CFLAGS="-Wall -fPIC -I/usr/local/include" | 164 CFLAGS="-Wall -fPIC -I/usr/local/include" |
165 LDFLAGS="-I/usr/local/include -shared" | 165 LDFLAGS="-I/usr/local/include -L/usr/local/lib -shared" |
166 LUA_SUFFIX="-5.1" | 166 LUA_SUFFIX="-5.1" |
167 LUA_SUFFIX_SET=yes | 167 LUA_SUFFIX_SET=yes |
168 LUA_DIR=/usr/local | 168 LUA_DIR=/usr/local |
169 LUA_DIR_SET=yes | 169 LUA_DIR_SET=yes |
170 fi | 170 fi |