package glib: use autogen.sh to avoid error

This commit is contained in:
Mark Brand 2012-06-15 15:34:57 +02:00
parent a78814c73a
commit ca4d72c0c5
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -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)