forked from Mirrors/freeswitch
libnspr: fix bsd port packaging (FSBUILD-170)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13715 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
12847582a7
commit
5256d9fc0f
@ -1130,7 +1130,7 @@ tools are selected during the Xcode/Developer Tools installation.])
|
||||
if test "$MOZ_OBJFORMAT" = "elf"; then
|
||||
DLL_SUFFIX=so
|
||||
else
|
||||
DLL_SUFFIX=so.1.0
|
||||
DLL_SUFFIX=so.1
|
||||
fi
|
||||
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
|
||||
DSO_CFLAGS=-fPIC
|
||||
|
Loading…
Reference in New Issue
Block a user