mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-19 12:42:33 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
70f49a7028 | ||
![]() |
b6ccd03201 | ||
![]() |
08188f3c13 |
@@ -18,7 +18,7 @@ AM_SILENT_RULES([yes])
|
||||
|
||||
SOVERSION_MAJOR=0
|
||||
SOVERSION_MINOR=12
|
||||
SOVERSION_PATCH=0
|
||||
SOVERSION_PATCH=1
|
||||
|
||||
SOVERSION="$SOVERSION_MAJOR:$SOVERSION_MINOR:$SOVERSION_PATCH"
|
||||
AC_SUBST([SOVERSION])
|
||||
@@ -357,6 +357,11 @@ AS_IF([test "$abi_name_from_id" = "yes" || test "$abi_id_from_name" = "yes"], [
|
||||
], [
|
||||
abi_pwcache=no
|
||||
])
|
||||
AS_IF([test "$abi_err" = "yes" || test "$abi_errc" = "yes"], [
|
||||
abi_err_h=yes
|
||||
], [
|
||||
abi_err_h=no
|
||||
])
|
||||
|
||||
AM_CONDITIONAL([OS_WINDOWS], [test "x$is_windows" = "xyes"])
|
||||
|
||||
@@ -547,6 +552,7 @@ LIBBSD_SELECT_ABI([arc4random_stir], [arc4random_stir()/arc4random_addrandom()])
|
||||
LIBBSD_SELECT_ABI([asprintf], [vasprintf()/asprintf()])
|
||||
LIBBSD_SELECT_ABI([bsd_getopt], [BSD getopt()])
|
||||
LIBBSD_SELECT_ABI([closefrom], [closefrom()])
|
||||
LIBBSD_SELECT_ABI([err_h], [err.h header])
|
||||
LIBBSD_SELECT_ABI([err], [err API])
|
||||
LIBBSD_SELECT_ABI([errc], [errc API])
|
||||
LIBBSD_SELECT_ABI([expand_number], [expand_number()])
|
||||
|
@@ -21,7 +21,7 @@ nobase_include_HEADERS = \
|
||||
bsd/wchar.h \
|
||||
# EOL
|
||||
|
||||
if ABI_ERR
|
||||
if ABI_ERR_H
|
||||
nobase_include_HEADERS += \
|
||||
bsd/err.h \
|
||||
# EOL
|
||||
|
@@ -9,4 +9,5 @@ Version: @VERSION@
|
||||
URL: https://libbsd.freedesktop.org/
|
||||
Libs: -L${libdir} -lbsd
|
||||
Libs.private: @LIBBSD_LIBS@ @MD5_LIBS@
|
||||
# We use -isystem instead of -I due the overlay via #include_next usage.
|
||||
Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
|
||||
|
Reference in New Issue
Block a user