opnsense-ports/databases/tora/files/patch-configure.ac
Franco Fichtner 895ca7412e */*: sync with upstream
Taken from: FreeBSD
2015-08-19 07:28:49 +02:00

12 lines
437 B
Text

--- configure.ac.orig 2010-06-06 19:50:46 UTC
+++ configure.ac
@@ -57,6 +57,9 @@ TORA_CHECK_QSCINTILLA
AX_PATH_LIB_PCRE
AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes)
AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"])
+# is mandatory check for libcompat
+AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
+AC_SUBST(LIBCOMPAT)
# Makefile.am uses these
AM_CONDITIONAL(HAVE_ORACLE, test "$enable_oracle" = yes)