forked from pool/gettext-runtime
This commit is contained in:
parent
cd689fc3c8
commit
53add0a459
@ -97,8 +97,7 @@ reliably than 'resgen'.
|
|||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
||||||
export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
||||||
#autoreconf -fiv
|
autoreconf -fiv
|
||||||
#sh autogen.sh
|
|
||||||
%configure --enable-shared --enable-csharp
|
%configure --enable-shared --enable-csharp
|
||||||
%make_build GMSGFMT=../src/msgfmt
|
%make_build GMSGFMT=../src/msgfmt
|
||||||
|
|
||||||
|
@ -81,7 +81,6 @@ java+swing.
|
|||||||
%build
|
%build
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
#sh autogen.sh
|
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
||||||
export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
||||||
%configure --enable-shared --enable-java
|
%configure --enable-shared --enable-java
|
||||||
|
@ -171,7 +171,6 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
#sh autogen.sh
|
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
||||||
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||||
export LDFLAGS="-lm"
|
export LDFLAGS="-lm"
|
||||||
|
@ -171,7 +171,6 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
#sh autogen.sh
|
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
||||||
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||||
export LDFLAGS="-lm"
|
export LDFLAGS="-lm"
|
||||||
|
Loading…
Reference in New Issue
Block a user