Opened 11 years ago
Last modified 9 years ago
#41418 new defect
mod_perl2 build is not affected by "configure.cflags-append -std=gnu89"
Reported by: | svetlyo@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec), dbevans (David B. Evans) | |
Port: | mod_perl2 |
Description
Since mod_perl2 gets configured via the perl-specific "perl Makefile.PL", setting configure.cflags-append does not affect CFLAGS and mod_perl2 fails during runtime with unresolved symbols. Please revert changesets 109099 and 109141(as a quick fix) or somehow make the perl-style configure and build process to honor configure.cflags and configure.cflags-append.
Change History (3)
comment:1 Changed 11 years ago by neverpanic (Clemens Lang)
Keywords: | configure.cflags perl mod_perl build clang compatibility removed |
---|---|
Owner: | changed from macports-tickets@… to ryan@… |
comment:2 Changed 9 years ago by mojca (Mojca Miklavec)
Cc: | mojca@… devans@… added |
---|---|
Owner: | changed from ryan@… to macports-tickets@… |
Version: | 2.2.1 |
Note: See
TracTickets for help on using
tickets.
Reverted the regression in r113504. Leaving open for a proper fix to be found.