[Bugs] [Bug 1376858] New: crypt xlator should use linker and compile options from pkg-config instaed of "-lssl -lcrypo"

bugzilla at redhat.com bugzilla at redhat.com
Fri Sep 16 15:36:03 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1376858

            Bug ID: 1376858
           Summary: crypt xlator should use linker and compile options
                    from pkg-config instaed of "-lssl -lcrypo"
           Product: GlusterFS
           Version: mainline
         Component: build
          Keywords: Triaged
          Severity: low
          Assignee: bugs at gluster.org
          Reporter: ndevos at redhat.com
                CC: bugs at gluster.org, kkeithle at redhat.com



Description of problem:
The crypt xlator does not use the same compiler and linker flags as set by the
distribution.

./configure.ac should define the options based on pkg-config or similar.

xlators/encryption/crypt/src/Makefile.am is the affected file:

crypt_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \
    -lssl -lcrypto

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list