openwrtv3/package
Alexandru Ardelean acfb067835 gettext-full: enforce only static lib on the host build
Sometimes I'm getting error on the host-side build:
```
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /home/sandu/work/lede/staging_dir/host/lib/liblzma.a(liblzma_la-common.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/home/sandu/work/lede/staging_dir/host/lib/liblzma.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:2847: recipe for target 'libgettextlib.la' failed
make[9]: *** [libgettextlib.la] Error 1
make[9]: Leaving directory '/home/sandu/work/lede/build_dir/target-x86_64_musl-1.1.15/host/gettext-0.19.8.1/gettext-tools/gnulib-lib'
Makefile:2597: recipe for target 'all' failed
```

Disabling the shared-lib build, seems to fix this.

This is when building glib2 on the host-side.
glib2 is required by newer QEMU package [which is in the feeds].

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-12-22 16:42:20 +01:00
..
base-files base-files: add support for overlaying rootfs content 2016-12-20 09:35:36 +01:00
boot kexec-tools: remove useless CONFIG_KEXEC_TOOLS_TARGET_NAME indirection 2016-12-20 16:24:22 +01:00
devel treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
firmware ath10k-firmware: fix missing variable renames (FS#341) 2016-12-22 14:30:04 +01:00
kernel ath9k: Add airtime fairness scheduler 2016-12-22 16:42:19 +01:00
libs gettext-full: enforce only static lib on the host build 2016-12-22 16:42:20 +01:00
network openvpn: use conditional dependencies to avoid pulling in unused ssl libraries 2016-12-22 16:42:19 +01:00
system Revert mirror hash fixes 2016-12-20 16:32:08 +01:00
utils adb: new package "Android Debug Bridge" 2016-12-22 15:03:31 +01:00
Makefile build: add CHECK_ALL variable to allow make download/check to include not selected packages 2016-12-17 10:36:52 +01:00