mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-03 04:41:43 +02:00
11 lines
387 B
Diff
11 lines
387 B
Diff
--- a/wscript
|
|
+++ b/wscript
|
|
@@ -141,7 +141,6 @@
|
|
includes=['/usr/local/include/db42'],
|
|
libpath=['/usr/local/lib/db42'], lib='db', mandatory=True)
|
|
else:
|
|
- check_function ('inet_ntoa', 'arpa/inet.h', 'nsl')
|
|
check_function ('dlopen', 'dlfcn.h', 'dl')
|
|
check_function ('db_create', 'db.h', 'db')
|
|
check_pkg ('openssl')
|