
06-29-2011, 01:29 PM
|
Sarnak
|
|
Join Date: Sep 2006
Location: Germany
Posts: 82
|
|
Quote:
Originally Posted by amraist
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
__________________
"Yes, the artwork is awful. I am an engineer, not an artist  " - David H. Eberly
|