aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-10-23 01:24:28 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-10-23 01:24:28 +0000
commit35e02f440241b8f4ded53cf00d8c2b5c6d3327e2 (patch)
treed7eec629605d34b823bebdf1a021916235685637 /configure
parentd3e2035bc4a19ff95454303dfa089ef626dc685f (diff)
downloadskalibs-35e02f440241b8f4ded53cf00d8c2b5c6d3327e2.tar.gz
Fix system libs list - add a dedup function to make!
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 2f03c56..453589f 100755
--- a/configure
+++ b/configure
@@ -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