Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:X0F
sqlite3
sqlite-icu-link.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sqlite-icu-link.patch of Package sqlite3
diff -Naur a/Makefile.am b/Makefile.am --- a/Makefile.am 2017-08-01 18:54:32.000000000 +0500 +++ b/Makefile.am 2017-08-29 08:18:30.184195898 +0500 @@ -11,7 +11,8 @@ sqlite3_LDADD = @EXTRA_SHELL_OBJ@ @READLINE_LIBS@ sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@ sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS - +sqlite3_CPPFLAGS = $(icu-config --cppflags) +sqlite3_LDLAGS = $(icu-config --ldflags) include_HEADERS = sqlite3.h sqlite3ext.h EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc README.txt Replace.cs diff -Naur a/Makefile.in b/Makefile.in --- a/Makefile.in 2017-08-01 18:54:37.000000000 +0500 +++ b/Makefile.in 2017-08-29 08:23:07.277163184 +0500 @@ -148,9 +148,11 @@ PROGRAMS = $(bin_PROGRAMS) am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT) sqlite3_OBJECTS = $(am_sqlite3_OBJECTS) +sqlite3_COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(sqlite3_CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) sqlite3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(sqlite3_CFLAGS) \ - $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) $(sqlite3_LDLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor