Skip to content

Commit e7edbc7

Browse files
committed
Bump to 7.1.1
1 parent f3f7782 commit e7edbc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chirp/src/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ include ../../rules.mk
44
# -DSQLITE_DEFAULT_MMAP_SIZE=1073741824 - allow mmap of database.
55
# -DSQLITE_TEMP_STORE=3 - only use memory for temporary files.
66
# -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)
88

99
# 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)
1111

1212
EXTERNAL_DEPENDENCIES = ../../dttools/src/libdttools.a
1313
LIBRARIES = libchirp.a libconfuga.a

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
MAJOR=7
77
MINOR=1
8-
MICRO=0
8+
MICRO=1
99

1010
# Optionally set the source/tag for this code (e.g. RC1 or FINAL). Setting
1111
# this variable is instead useful for statically naming the source when it will

0 commit comments

Comments
 (0)