EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Server Code Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=669)
-   -   autobuild for Linux, FreeBSD, OS X (https://www.eqemulator.org/forums/showthread.php?t=28050)

amraist 06-29-2011 01:21 PM

I needed this patch to configure.ac in order to get it to work with FreeBSD
Code:

Index: configure.ac
===================================================================
--- configure.ac        (revision 370)
+++ configure.ac        (revision 371)
@@ -158,7 +158,7 @@
    ])

 # dl
-if test "$OSNAME" != "NetBSD"; then
+if test "$OSNAME" != "NetBSD" -a "$OSNAME" != "FreeBSD"; then
 AC_CHECK_LIB( dl, dlopen, [],
    [LDFLAGS="-ldl $LDFLAGS"
      AC_TRY_LINK([char dlopen();],


erde 06-29-2011 01:29 PM

Quote:

Originally Posted by amraist (Post 201098)
I needed this patch to configure.ac in order to get it to work with FreeBSD
Code:

Index: configure.ac
===================================================================
--- configure.ac        (revision 370)
+++ configure.ac        (revision 371)
@@ -158,7 +158,7 @@
    ])

 # dl
-if test "$OSNAME" != "NetBSD"; then
+if test "$OSNAME" != "NetBSD" -a "$OSNAME" != "FreeBSD"; then
 AC_CHECK_LIB( dl, dlopen, [],
    [LDFLAGS="-ldl $LDFLAGS"
      AC_TRY_LINK([char dlopen();],


added, thx


All times are GMT -4. The time now is 04:06 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.