ports/www/mod_pagespeed/files/patch-build_pagespeed__overrides.gypi
Mahdi Mokhtari 60a05e200a www/mod_pagespeed: Add latest stable version to the tree
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
2017-10-13 15:15:53 +00:00

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': {