Stefan.petrea has uploaded a new change for review.

Change subject: Added statically built binary udp-filter-static
......................................................................

Added statically built binary udp-filter-static

  * Added necessary targets to the Makefile.am in order to
    build udp-filter-static. Reused as much as possible available
    targets in order to not make the file more complex.

    This produces a 1.2 MB file called udp-filter-static. This is
    in order for us to be able to quickly deploy the package in stat1
    tommorow when we will be testing the deployment. This binary is
    independent of the libraries libGeoIP, libanon, libcidr as they
    are bundled inside it.

    This change does however depend on
    https://github.com/wmf-analytics/libcidr/issues/1
    because a binary can be linked statically only if all libraries
    it depends on have static versions(.a), and libcidr didn't have
    a static version (libcidr.a) so I added one.

Change-Id: Ic6e995418ed8fb938d857ea7eb3a8a2e6867b00c
---
M Makefile.am
M configure
2 files changed, 11 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/udp-filters 
refs/changes/93/32493/1
--
To view, visit https://gerrit.wikimedia.org/r/32493
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6e995418ed8fb938d857ea7eb3a8a2e6867b00c
Gerrit-PatchSet: 1
Gerrit-Project: analytics/udp-filters
Gerrit-Branch: master
Gerrit-Owner: Stefan.petrea <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to