[
https://issues.apache.org/jira/browse/ZOOKEEPER-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim P. Dementiev updated ZOOKEEPER-636:
-----------------------------------------
Attachment: ZOOKEEPER-636.patch
This patch modifies src/c/configure.ac and src/c/Makefile.am files in order to
not override user values of CFLAGS and CXXFLAGS environment variables like it
is expected and defined by design.
Some C and C++ options are still in Makefile.am.
> configure.ac has instructions which override the contents of CFLAGS and
> CXXFLAGS.
> ---------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-636
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-636
> Project: Zookeeper
> Issue Type: Improvement
> Components: build, c client
> Affects Versions: 3.2.1
> Reporter: Maxim P. Dementiev
> Assignee: Maxim P. Dementiev
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-636.patch
>
>
> The information mustn't be overridden.
> The template like «CFLAGS="$CFLAGS -some-option"» should be used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.