diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-23 01:24:28 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-23 01:24:28 +0000 |
| commit | 35e02f440241b8f4ded53cf00d8c2b5c6d3327e2 (patch) | |
| tree | d7eec629605d34b823bebdf1a021916235685637 /configure | |
| parent | d3e2035bc4a19ff95454303dfa089ef626dc685f (diff) | |
| download | skalibs-35e02f440241b8f4ded53cf00d8c2b5c6d3327e2.tar.gz | |
Fix system libs list - add a dedup function to make!
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -758,11 +758,12 @@ exthome := ${exthome} extra_includedirs :=$depincpath extra_libdirs :=$deplibpath ipv6 := ${ipv6} -SPAWN_LIB := ${spawn_lib} SOCKET_LIB := ${socket_lib} +UTIL_LIB := ${util_lib} +PTHREAD_LIB := ${pthread_lib} SYSCLOCK_LIB := ${sysclock_lib} TIMER_LIB := ${timer_lib} -UTIL_LIB := ${util_lib} +SPAWN_LIB := ${spawn_lib} CC := ${CC_AUTO} CPPFLAGS_AUTO := $CPPFLAGS_AUTO CPPFLAGS := $CPPFLAGS $CPPFLAGS_POST |
