pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libfreefare: fix cross-build error on rpl_realloc with AC_FUNC_MALLOC
Module Name: pkgsrc-wip
Committed By: Denis Bodor <lefinnois%lefinnois.net@localhost>
Pushed By: drrb
Date: Thu Jul 28 09:32:06 2022 +0200
Changeset: 86ca2068398a4a2158502d49d9e4d3ffaaa6fad6
Modified Files:
libfreefare/Makefile
Log Message:
libfreefare: fix cross-build error on rpl_realloc with AC_FUNC_MALLOC
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86ca2068398a4a2158502d49d9e4d3ffaaa6fad6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libfreefare/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/libfreefare/Makefile b/libfreefare/Makefile
index 94670780ae..46341403a6 100644
--- a/libfreefare/Makefile
+++ b/libfreefare/Makefile
@@ -12,11 +12,14 @@ LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config autoreconf autoconf aclocal automake
USE_LANGUAGES+= c c++
PKGCONFIG_OVERRIDE+= libfreefare.pc.in
+pre-configure:
+ cd ${WRKSRC} && autoreconf --install
+
.include "../../wip/libnfc/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index