3cd9cb8661
platforms in order for dlsym() to work, hence plugins can be loaded. o Build Expense plugin. o Build synctime plugin. o Put in libtool patches.
13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
$OpenBSD: patch-SyncTime_configure_in,v 1.1.1.1 2001/05/29 00:54:44 pvalchev Exp $
|
|
--- SyncTime/configure.in.orig Sun May 27 17:20:36 2001
|
|
+++ SyncTime/configure.in Sun May 27 17:20:57 2001
|
|
@@ -65,7 +65,7 @@ PILOT_LIBS="-lpisock"
|
|
if test $pilotlibs = no ; then
|
|
for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \
|
|
/usr/extra/pilot/lib ; do
|
|
- if test -r "$pilot_libs/libpisock.so" ; then
|
|
+ if test -r "$pilot_libs/libpisock.a" ; then
|
|
pilotlibs=yes
|
|
PILOT_LIBS="-L$pilot_libs $PILOT_LIBS"
|
|
break
|