diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-06-15 13:34:57 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-06-15 13:54:54 (GMT) |
commit | ca4d72c0c5a4072380f4b2ad5821827ef84ef4c2 (patch) | |
tree | 3586fe1788d2a67974e91e5a739829a5af9a2448 | |
parent | a78814c73a68162dfd6bbc5402bd6efce02254c3 (diff) | |
download | mxe-ca4d72c0c5a4072380f4b2ad5821827ef84ef4c2.zip mxe-ca4d72c0c5a4072380f4b2ad5821827ef84ef4c2.tar.gz mxe-ca4d72c0c5a4072380f4b2ad5821827ef84ef4c2.tar.bz2 |
package glib: use autogen.sh to avoid error
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/glib.mk | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -764,7 +764,7 @@ USE_OSGPLUGIN(<plugin2>) <!-- http://software.opensuse.org/113/en --> <pre>zypper install -R autoconf automake bash bison bzip2 \ cmake flex gcc-c++ gettext-tools git \ - intltool libtool make openssl \ + gtk-doc intltool libtool make openssl \ libopenssl-devel patch perl \ perl-XML-Parser pkg-config scons \ sed unzip wget xz yasm</pre> diff --git a/src/glib.mk b/src/glib.mk index e9b8ead..5269366 100644 --- a/src/glib.mk +++ b/src/glib.mk @@ -16,9 +16,7 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - cd '$(1)' && aclocal - cd '$(1)' && $(LIBTOOLIZE) --force - cd '$(1)' && autoconf + cd '$(1)' && ./autogen.sh cp -Rp '$(1)' '$(1).native' # native build of libiconv (used by glib-genmarshal) |