Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Merge pull request #1313 from sbc100/fix_libelf_build
Vsevolod Stakhov committed 10 years ago
commit 066fb7aec74a82747ce105cebe51f692e8380b6e
parent a8f739a
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