Opened 10 years ago
Last modified 9 years ago
#46069 new submission
[NEW] libyal/libbde
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libbde |
Attachments (1)
Change History (3)
comment:1 Changed 10 years ago by jul_bsd@…
- update 20150204
- fix using release code, not github "source"
- debug variant failing on headers like others
- destroot ok
Changed 10 years ago by jul_bsd@…
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
From ./configure --help
, there are a lot of optional dependencies—libraries libbde will link with if they are present:
--with-libcstring[=DIR] search for libcstring in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libcerror[=DIR] search for libcerror in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libcthreads[=DIR] search for libcthreads in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-pthread[=DIR] search for pthread in includedir and libdir or in the specified DIR, or no if not to use pthread [default=auto-detect] --with-libcdata[=DIR] search for libcdata in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libclocale[=DIR] search for libclocale in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libcnotify[=DIR] search for libcnotify in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libcsplit[=DIR] search for libcsplit in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libuna[=DIR] search for libuna in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libcfile[=DIR] search for libcfile in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libcpath[=DIR] search for libcpath in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libbfio[=DIR] search for libbfio in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libfcache[=DIR] search for libfcache in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libfdata[=DIR] search for libfdata in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libfdatetime[=DIR] search for libfdatetime in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libfguid[=DIR] search for libfguid in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libfvalue[=DIR] search for libfvalue in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libhmac[=DIR] search for libhmac in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-openssl[=DIR] search for openssl in includedir and libdir or in the specified DIR, or no if not to use openssl [default=auto-detect] --with-libcaes[=DIR] search for libcaes in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libcsystem[=DIR] search for libcsystem in includedir and libdir or in the specified DIR, or no if to use local version [default=auto-detect] --with-libfuse[=DIR] search for libfuse in includedir and libdir or in the specified DIR, or no if not to use libfuse [default=auto-detect] --with-pythondir[=no] use to specify the Python directory (pythondir) [default=no] --with-pyprefix[=no] use `python-config --prefix' to determine the prefix of pythondir instead of --prefix [default=no]
For each one, we'll need to decide whether we want that dependency. If so, add the dependency; if not, add the corresponding --without-...
configure arg.
Note: See
TracTickets for help on using
tickets.