You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
399 B
Diff
13 lines
399 B
Diff
5 years ago
|
diff -ur skyutils-2.8.orig/configure.in skyutils-2.8/configure.in
|
||
|
--- skyutils-2.8.orig/configure.in 2005-05-09 08:16:44.000000000 +0000
|
||
|
+++ skyutils-2.8/configure.in 2008-07-18 05:38:13.000000000 +0000
|
||
|
@@ -208,6 +208,8 @@
|
||
|
AC_SUBST(SU_ARCH_LIB)
|
||
|
AC_SUBST(SU_ARCH_CFLAGS)
|
||
|
AC_SUBST(SU_ANSI_CFLAGS)
|
||
|
+LIBS="$SU_PTHREAD_LIB $SU_DL_LIB $SU_SSL_LIB $SU_ARCH_LIB"
|
||
|
+AC_SUBST(LIBS)
|
||
|
|
||
|
AC_OUTPUT([
|
||
|
Makefile
|