Arnaldo Carvalho de Melo 739bc50b90 cmake: Add a module to find if obstack is in a separate library
The main musl libc, used in Alpine Linux, doesn't have argp support, so
check if it is somewhere else, maybe in the musl-obstack package.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2021-08-20 16:40:27 -03:00
2019-12-16 11:43:53 -03:00
2020-03-13 16:36:02 -03:00
2020-10-02 17:29:59 -03:00
2020-11-23 09:52:44 -03:00
2021-02-03 21:45:01 -03:00
2021-04-09 19:39:15 -03:00
2021-08-20 16:40:27 -03:00
2021-04-09 19:39:15 -03:00

Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake -D__LIB=lib ..
5. make install

cmake Options:
  -DBUILD_SHARED_LIBS
    By default SHARED libraries are created and applications are linked to it.
    Use -DBUILD_SHARED_LIBS=OFF while invoking cmake to create STATIC libraries
    and link applications to it.

    Ex. cmake -D__LIB=lib -DBUILD_SHARED_LIBS=OFF ..

  -DCMAKE_INSTALL_PREFIX
    Default is to install to /usr/local, use -DCMAKE_INSTALL_PREFIX=
    when invoking cmake to specify another install location.

Known to work scenarios:

Mandriva Cooker:

cmake 2.4.5-1mdv2007.1
libelfutils1-devel 0.123-1mdv2007.1

Debian Unstable:

cmake 2.4.5-1
libdw-dev 0.123-2

Fedora Core 6:

cmake 2.4.5-2.fc6
elfutils-devel 0.126-1.fc6
Description
No description provided
Readme 3.4 MiB
Languages
C 89.1%
Python 4.3%
Roff 4.1%
CMake 1.9%
Shell 0.5%
Other 0.1%