.
OBS-URL: https://build.opensuse.org/package/show/Publishing/a2ps?expand=0&rev=52
This commit is contained in:
parent
37e6afad76
commit
f4d5bfcb41
@ -124,12 +124,15 @@ find -name Makefile.in | xargs touch
|
|||||||
%configure --enable-shared --disable-static --with-pic --with-medium=LC_PAPER \
|
%configure --enable-shared --disable-static --with-pic --with-medium=LC_PAPER \
|
||||||
--with-encoding=LC_CTYPE
|
--with-encoding=LC_CTYPE
|
||||||
con=""
|
con=""
|
||||||
for m4 in contrib/*.m4; do
|
pushd contrib
|
||||||
|
for m4 in *.m4; do
|
||||||
in=${m4%.*}.in
|
in=${m4%.*}.in
|
||||||
rm -f ${in} ${m4%.*}
|
rm -f ${in} ${m4%.*}
|
||||||
con="$con ${in##*/}"
|
/usr/bin/m4 ${m4}
|
||||||
|
sed -e 's/@BKL@/[/g;s/@BKR@/]/g;s/@DLR@/$/g;s/@PND@/#/g'> ${in}-tmp
|
||||||
|
mv ${in}-tmp ${in}
|
||||||
done
|
done
|
||||||
make %{?_smp_mflags} -C contrib/ ${con} LDFLAGS="-pie"
|
popd
|
||||||
sh ./config.status
|
sh ./config.status
|
||||||
make %{?_smp_mflags} PSFONT_PATH=%{_datadir}/ghostscript/fonts LDFLAGS="-pie" MAKEINFO='makeinfo --force'
|
make %{?_smp_mflags} PSFONT_PATH=%{_datadir}/ghostscript/fonts LDFLAGS="-pie" MAKEINFO='makeinfo --force'
|
||||||
pushd doc
|
pushd doc
|
||||||
|
Loading…
Reference in New Issue
Block a user