Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix out-of-tree build of libelf
Sam Clegg committed 10 years ago
commit 3607fd9d7cf581165da42b40099cb3bd5adb7fb6
parent a8f739a9932c95456a21217f839f8162d78453ec
1 file changed +1 -1
modified external/Makefile.am
@@ -157,7 +157,7 @@ libelf_la_SOURCES= libelf/elf.c \
nodist_libelf_la_SOURCES=	libelf/libelf_fsize.c \
				libelf/libelf_msize.c \
				libelf/libelf_convert.c
-
libelf_la_CFLAGS=	-I$(top_srcdir)/external/libelf
+
libelf_la_CFLAGS=	-I$(top_srcdir)/external/libelf -I$(top_builddir)/external/libelf
libelf_static_la_SOURCES=	${libelf_la_SOURCES}
nodist_libelf_static_la_SOURCES=	$(nodist_libelf_la_SOURCES)
libelf_static_la_CFLAGS=	$(libelf_la_CFLAGS) -static