Bug 1156621 - Don't assume --without-system-nspr. r=glandium

This commit is contained in:
Karl Tomlinson 2015-04-21 18:06:33 +12:00
parent 2768d83bf3
commit 09f4e138cc
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ if CONFIG['OS_TARGET'] == 'Linux':
'/media/mtransport/third_party/nrappkit/src/port/linux/include',
]
USE_LIBS += [
'static:/nsprpub/lib/libc/src/plc4',
'nspr',
]
OS_LIBS += [
'-lrt',

View File

@ -25,7 +25,7 @@ for var in ('MOZILLA_INTERNAL_API', 'MOZILLA_XPCOMRT_API'):
if CONFIG['OS_TARGET'] == 'Linux':
USE_LIBS += [
'static:/nsprpub/lib/libc/src/plc4',
'nspr',
]
OS_LIBS += [
'-lrt',