summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-15 13:34:57 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-15 13:54:54 (GMT)
commitca4d72c0c5a4072380f4b2ad5821827ef84ef4c2 (patch)
tree3586fe1788d2a67974e91e5a739829a5af9a2448
parenta78814c73a68162dfd6bbc5402bd6efce02254c3 (diff)
downloadmxe-ca4d72c0c5a4072380f4b2ad5821827ef84ef4c2.zip
mxe-ca4d72c0c5a4072380f4b2ad5821827ef84ef4c2.tar.gz
mxe-ca4d72c0c5a4072380f4b2ad5821827ef84ef4c2.tar.bz2
package glib: use autogen.sh to avoid error
-rw-r--r--index.html2
-rw-r--r--src/glib.mk4
2 files changed, 2 insertions, 4 deletions
diff --git a/index.html b/index.html
index ed32d2e..318f6dd 100644
--- a/index.html
+++ b/index.html
@@ -764,7 +764,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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)