1
0
Fork 0
mirror of https://github.com/SSSD/ding-libs.git synced 2026-09-19 19:29:29 +00:00
"DING is not GNU" helper libraries for SSSD and FreeIPA
  • C 99%
  • Makefile 0.7%
  • M4 0.3%
Find a file
Alexey Tikhonov 6ceae5409c SPEC: remove unneeded 'BuildRoot'
It's not needed for a long time, and causes issues with
recent build system.
2026-04-28 16:35:37 +02:00
.gemini Gemeni PR review config. 2026-01-29 09:28:36 +00:00
basicobjects Fix license text for several files that should be LGPLv3+ 2026-04-24 12:43:26 +02:00
collection COLLECTION: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
contrib SPEC: remove unneeded 'BuildRoot' 2026-04-28 16:35:37 +02:00
dhash dhash: removed senseless check 2022-01-21 10:54:42 +01:00
ini INI: fix metadata collection on platforms with 64-bit dev_t 2026-04-28 16:35:37 +02:00
m4 Non-GNU ld doesn't have --version-script support 2018-07-11 15:40:09 +02:00
path_utils Fix license text for several files that should be LGPLv3+ 2026-04-24 12:43:26 +02:00
refarray Fix license text for several files that should be LGPLv3+ 2026-04-24 12:43:26 +02:00
scripts release.sh: adjust to new version naming scheme 2022-05-12 12:34:45 +02:00
trace Fix license text for several files that should be LGPLv3+ 2026-04-24 12:43:26 +02:00
.git-commit-template GIT: Add commit template 2017-07-24 18:10:26 +02:00
.gitignore Add test_rules.ini (autogenerated by make check) to .gitignore 2021-08-10 13:29:26 +02:00
.packit.yaml REF_ARRAY: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
configure.ac REF_ARRAY: merge in INI_CONFIG 2026-02-10 07:24:13 +00:00
COPYING Build all of the ding-libs from the root 2010-09-22 14:48:28 -04:00
COPYING.LESSER Build all of the ding-libs from the root 2010-09-22 14:48:28 -04:00
Makefile.am MAKEFILE: move private headers from _SOURCES 2026-02-10 07:24:13 +00:00
README Update README to add dependencies 2024-10-09 11:07:00 +01:00
version.m4 Bump version. 2026-02-10 07:24:13 +00:00

# Build

To build the ding-libs from the tarball:
    ./configure
    make
    make docs (optional)
    make check (optional)
    make install

To build the ding-libs from a source checkout:
    autoreconf -if
then follow the tarball instructions above.

# Requirements

Build:

- `autotools`
- `gcc`
- `libc`
- `coreutils`
- `file`

Tests:

- `gettext`
- `diff`