X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Alien-ZMQ;a=blobdiff_plain;f=lib%2FAlien%2FZMQ.pm;fp=lib%2FAlien%2FZMQ.pm;h=f31ad8a942ee57ca7dcffacf6e02cf176d57d9e2;hp=0ef21e8325da247fed67ba84d544d44e02ca6e23;hb=f5f27214f093c3a0a046e54a75d8b86e23f22c3a;hpb=7837ede3e4d33f9a8dc8b74538544088aeb62d71 diff --git a/lib/Alien/ZMQ.pm b/lib/Alien/ZMQ.pm index 0ef21e8..f31ad8a 100644 --- a/lib/Alien/ZMQ.pm +++ b/lib/Alien/ZMQ.pm @@ -40,7 +40,7 @@ These options to F affect the installation of this module. By default, libzmq is not compiled and installed if it is detected to already be on the system. Use this to skip those checks and always install libzmq. -=item --zmq-cflags=FLAGS +=item --zmq-cflags Pass extra flags to the compiler when probing for an existing installation of libzmq. You can use this, along with L, to help the probing @@ -63,7 +63,7 @@ L program installed. Here's an example: perl Build.PL PKG_CONFIG_PATH=/opt/zeromq/lib/pkgconfig ./Build -=item --zmq-libs=FLAGS +=item --zmq-libs Pass extra flags to the linker when probing for an existing installation of libzmq. You can use this, along with L, to help the probing @@ -71,7 +71,7 @@ function locate your libzmq installation if it is installed in an unexpected place. Like L, these flags are only used by the probing function to locate libzmq. -=item --zmq-config=FLAGS +=item --zmq-config Pass extra flags to the libzmq F script. You may want to consider passing either C<--with-pgm> or C<--with-system-pgm> if you need support for