Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
removes checks for libsbuf as we now only use the bundled version
Baptiste Daroussin committed 11 years ago
commit 33d7241092da7846c697272a78aeedbee4ee26de
parent bf6ed49
2 files changed +1 -4
modified configure.ac
@@ -244,9 +244,6 @@ fi
AM_CONDITIONAL(DYNAMIC, test "$enable_staticonly" = "no")
AM_CONDITIONAL(LIBELF_BUNDLED, test "$libelf_bundled" != "no")

-
AC_SUBST([LIBSBUF_LIB])
-
AC_SUBST([LIBSBUF_BUNDLED])
-
AC_SUBST([LIBSBUF_INCLUDE])
AC_SUBST([LIBJAIL_LIB])
AC_SUBST([LIBEXECINFO_LIB])
AC_SUBST([TESTS])
modified libpkg/repo/binary/Makefile.am
@@ -1,5 +1,5 @@
pkg_common_cflags=	-I$(top_srcdir)/libpkg -I$(top_builddir)/libpkg \
-
			@LIBSBUF_INCLUDE@ \
+
			-I$(top_srcdir)/external/libsbuf \
			@LDNS_CFLAGS@ \
			-I$(top_srcdir)/external/expat/lib \
			-I$(top_srcdir)/external/libucl/include \