Skip to content

Commit

Permalink
Medium: corosync: Bug rhbz#729035 - Build pacemaker/corosync plugin w…
Browse files Browse the repository at this point in the history
…ith the correct options
  • Loading branch information
beekhof committed Feb 15, 2012
1 parent e68e64b commit 57203e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ais/Makefile.am
Expand Up @@ -28,7 +28,7 @@ service_crm_la_LDFLAGS = -export-dynamic -module -avoid-version
service_crm_la_LIBADD =

# OpenAIS's logging violates -Wwrite-strings all over the place
TMP_ANSI = $(CFLAGS_COPY:-ansi)
TMP_ANSI = $(CFLAGS_COPY:-ansi=)
TMP_STR = $(TMP_ANSI:-Wwrite-strings=)
CFLAGS = $(TMP_STR:-Wcast-qual=)

Expand Down

0 comments on commit 57203e5

Please sign in to comment.