Commit e7edbc7 1 parent f3f7782 commit e7edbc7 Copy full SHA for e7edbc7
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ include ../../rules.mk
4
4
# -DSQLITE_DEFAULT_MMAP_SIZE=1073741824 - allow mmap of database.
5
5
# -DSQLITE_TEMP_STORE=3 - only use memory for temporary files.
6
6
# -DSQLITE_THREADSAFE=0 - we only use sqlite3 multi-process (i.e. no threads). This disables somewhat costly mutex locks.
7
- LOCAL_CCFLAGS = -DSQLITE_DEFAULT_MMAP_SIZE=1073741824 -DSQLITE_TEMP_STORE=3 -DSQLITE_THREADSAFE=0 -fstack-protector-all
7
+ LOCAL_CCFLAGS = -DSQLITE_DEFAULT_MMAP_SIZE=1073741824 -DSQLITE_TEMP_STORE=3 -DSQLITE_THREADSAFE=0 -fstack-protector-all $( CCTOOLS_GLOBUS_CCFLAGS )
8
8
9
9
# Globus is needed by all executables via libdttools.a/auth_globus.o
10
- LOCAL_LINKAGE = $(CCTOOLS_GLOBUS_LDFLAGS )
10
+ LOCAL_LINKAGE = $(CCTOOLS_GLOBUS_LDFLAGS ) $( CCTOOLS_READLINE_LDFLAGS )
11
11
12
12
EXTERNAL_DEPENDENCIES = ../../dttools/src/libdttools.a
13
13
LIBRARIES = libchirp.a libconfuga.a
Original file line number Diff line number Diff line change 5
5
6
6
MAJOR=7
7
7
MINOR=1
8
- MICRO=0
8
+ MICRO=1
9
9
10
10
# Optionally set the source/tag for this code (e.g. RC1 or FINAL). Setting
11
11
# this variable is instead useful for statically naming the source when it will
You can’t perform that action at this time.
0 commit comments