mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them by rewriting the resources using filters that implement web performance best practices. Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12616
18 lines
459 B
Python
18 lines
459 B
Python
--- build/pagespeed_overrides.gypi.orig 2017-10-06 11:59:51 UTC
|
|
+++ build/pagespeed_overrides.gypi
|
|
@@ -90,14 +90,13 @@
|
|
],
|
|
},
|
|
}],
|
|
['os_posix==1 and OS!="mac"', {
|
|
'target_defaults': {
|
|
'ldflags': [
|
|
- # Fail to link if there are any undefined symbols.
|
|
- '-Wl,-z,defs',
|
|
+ '-Wl,-z,lazy',
|
|
],
|
|
}
|
|
}],
|
|
['OS=="mac"', {
|
|
'target_defaults': {
|
|
'xcode_settings': {
|