зеркало из https://github.com/mozilla/gecko-dev.git
[OS/2] Bug 390292: Exports needed for SQLite to fix OS/2 build break, r=bsmedberg
This commit is contained in:
Родитель
b29067127d
Коммит
a8f95e07e6
|
@ -88,3 +88,8 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
# next line allows use of MOZ_OBJDIR in .mozconfig with older gcc on BeOS, maybe others
|
||||
LOCAL_INCLUDES += -I$(srcdir)
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
ADD_TO_DEF_FILE = sed -e '1,/^EXPORTS$$/ d' -e 's,sqlite3,_\0,' -e 's,\ DATA.*$$,,' \
|
||||
$(srcdir)/sqlite.def >> $(DEF_FILE)
|
||||
endif
|
||||
|
|
|
@ -35,7 +35,8 @@
|
|||
|
||||
LIBRARY sqlite3.dll
|
||||
|
||||
EXPORTS sqlite3_aggregate_context
|
||||
EXPORTS
|
||||
sqlite3_aggregate_context
|
||||
sqlite3_aggregate_count
|
||||
sqlite3_apis
|
||||
sqlite3_auto_extension
|
||||
|
|
Загрузка…
Ссылка в новой задаче