Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
PR #1882: fix $CFLAGS duplication that we’ve had since 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
reidpr authored Mar 27, 2024
1 parent 5ceefa7 commit fa4cf78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if HAVE_LIBSQUASHFUSE
ch_run_SOURCES += ch_fuse.h ch_fuse.c
endif

ch_run_CFLAGS = $(CFLAGS) $(PTHREAD_CFLAGS)
# additional build flags for ch-run
ch_run_CFLAGS = $(PTHREAD_CFLAGS)
ch_run_LDADD = $(CH_RUN_LIBS)


Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ Building Charliecloud
test suite ... ${enable_test}
required:
C99 compiler ... ${CC} ${CC_VERSION}
C99 compiler ... ${CC} ${CFLAGS}
optional:
extended glob patterns in --unset-env ... ${have_fnm_extmatch}
Expand Down

0 comments on commit fa4cf78

Please sign in to comment.