Skip to content

Commit

Permalink
fix: build "full" gettext
Browse files Browse the repository at this point in the history
Some programs need `autopoint` for `autoreconf` to work correctly.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and talos-bot committed Aug 27, 2020
1 parent 546446a commit 1aba785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions gettext/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ steps:
EMACS="no" ../gettext-tools/configure \
--prefix=${TOOLCHAIN} \
--enable-relocatable \
--disable-shared
--disable-shared \
--disable-java
build:
- |
cd build
make -C gnulib-lib -j $(nproc)
make -C intl pluralx.c -j $(nproc)
make -C src msgfmt -j $(nproc)
make -C src msgmerge -j $(nproc)
make -C src xgettext -j $(nproc)
make -j $(nproc)
install:
- |
cd build
mkdir -p /rootfs${TOOLCHAIN}/bin
cp -v src/{msgfmt,msgmerge,xgettext} /rootfs${TOOLCHAIN}/bin
make install DESTDIR=/rootfs
finalize:
- from: /rootfs
to: /
2 changes: 1 addition & 1 deletion squashfs-tools/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- stage: patch
steps:
- sources:
- url: https://downloads.sourceforge.net/project/squashfs/squashfs/squashfs4.3/squashfs4.3.tar.gz
- url: https://mirror.us.leaseweb.net/slackware/slackware64-14.2/source/ap/squashfs-tools/squashfs4.3.tar.gz
destination: squashfs.tar.gz
sha256: 0d605512437b1eb800b4736791559295ee5f60177e102e4d4ccd0ee241a5f3f6
sha512: 854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79
Expand Down
2 changes: 1 addition & 1 deletion swig/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- stage: pcre
steps:
- sources:
- url: https://downloads.sourceforge.net/project/swig/swig/swig-4.0.0/swig-4.0.0.tar.gz
- url: https://ftp.osuosl.org/pub/blfs/conglomeration/swig/swig-4.0.0.tar.gz
destination: swig.tar.gz
sha256: e8a39cd6437e342cdcbd5af27a9bf11b62dc9efec9248065debcb8276fcbb925
sha512: c897b87fb8b21caf8d1bee2c39cb9675a3b0ee047110e808c310a2787f8b89585738726e9f517c64e9d2f1b8311136365c569528f399b444b1081f69689b7165
Expand Down

0 comments on commit 1aba785

Please sign in to comment.