disable python in libxml2
This commit is contained in:
parent
8ff9dc0290
commit
d4381312a8
30 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ RUN cd curl-7.73.0 \
|
||||||
RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz
|
RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz
|
||||||
RUN tar xzf libxml2-v2.9.10.tar.gz
|
RUN tar xzf libxml2-v2.9.10.tar.gz
|
||||||
RUN cd libxml2-v2.9.10 \
|
RUN cd libxml2-v2.9.10 \
|
||||||
&& ./autogen.sh --prefix=$DEP_PREFIX \
|
&& ./autogen.sh --prefix=$DEP_PREFIX --disable-python \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10
|
&& checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -47,7 +47,7 @@ RUN cd curl-7.73.0 \
|
||||||
RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz
|
RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz
|
||||||
RUN tar xzf libxml2-v2.9.10.tar.gz
|
RUN tar xzf libxml2-v2.9.10.tar.gz
|
||||||
RUN cd libxml2-v2.9.10 \
|
RUN cd libxml2-v2.9.10 \
|
||||||
&& ./autogen.sh --prefix=$DEP_PREFIX \
|
&& ./autogen.sh --prefix=$DEP_PREFIX --disable-python \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10
|
&& checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue