mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20: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
15 lines
393 B
Python
15 lines
393 B
Python
--- net/instaweb/mod_pagespeed.gypi.orig 2017-10-06 10:03:15 UTC
|
|
+++ net/instaweb/mod_pagespeed.gypi
|
|
@@ -41,7 +41,12 @@
|
|
'<(DEPTH)/pagespeed/apache/mod_instaweb.cc',
|
|
'<(DEPTH)/pagespeed/kernel/base/mem_debug.cc',
|
|
],
|
|
+ 'defines+': [
|
|
+ 'USE_EXPAT',
|
|
+ 'SHARED_MODULE',
|
|
+ ],
|
|
'ldflags+': [
|
|
'-Wl,--version-script=build/mod_pagespeed.map',
|
|
+ '-Wl,-Bshareable'
|
|
],
|
|
}
|