Commit a16ccb7c authored by Rafaël Carré's avatar Rafaël Carré

contrib: gpg-error: skip automake

parent 4dcd2caf
......@@ -15,7 +15,6 @@ endif
$(MOVE)
.gpg-error: libgpg-error
cd $< && automake
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
cd $< && $(MAKE) install
touch $@
......@@ -9,3 +9,14 @@
LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
SUFFIXES = .rc .lo
--- libgpg-error/src/Makefile.in.orig 2011-11-22 23:23:14.450340031 -0500
+++ libgpg-error/src/Makefile.in 2011-11-22 23:23:20.650370779 -0500
@@ -306,7 +306,7 @@
@HAVE_W32_SYSTEM_FALSE@arch_sources =
@HAVE_W32_SYSTEM_TRUE@arch_sources = w32-gettext.c
@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-@HAVE_W32_SYSTEM_TRUE@ -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) $(CPPFLAGS)
+@HAVE_W32_SYSTEM_TRUE@ -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS)
@HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
@HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment