diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-12-15 19:59:47 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:24:07 +0100 |
| commit | e0d4e8f46ebd8d0885e7328b87cbb5c9fb8540b5 (patch) | |
| tree | e46eee2ec9a8bdd747d3d1c49eb45ed5babdd079 | |
| parent | eb18c5dfa9fd736c454d65301e8512a1b043738f (diff) | |
| download | meta-openembedded-e0d4e8f46ebd8d0885e7328b87cbb5c9fb8540b5.tar.gz | |
poppler: Disable PIE, it does not compile
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.49.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.49.0.bb b/meta-oe/recipes-support/poppler/poppler_0.49.0.bb index ebb16d6d68..e8f8e65796 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.49.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.49.0.bb | |||
| @@ -27,6 +27,12 @@ PACKAGECONFIG[nss] = "--enable-libnss,--disable-libnss,nss" | |||
| 27 | # Needed for qt5 | 27 | # Needed for qt5 |
| 28 | CXXFLAGS += "--std=c++11" | 28 | CXXFLAGS += "--std=c++11" |
| 29 | 29 | ||
| 30 | #| /usr/src/debug/glibc/2.25-r0/git/csu/elf-init.c:87: undefined reference to `__init_array_end' | ||
| 31 | #| /usr/src/debug/glibc/2.25-r0/git/csu/elf-init.c:87: undefined reference to `__init_array_start' | ||
| 32 | #| /mnt/a/build/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/6.2.0/ld: .libs/libpoppler.so.65.0.0: hidden symbol `__init_array_end' isn't defined | ||
| 33 | |||
| 34 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | ||
| 35 | |||
| 30 | EXTRA_OECONF = "\ | 36 | EXTRA_OECONF = "\ |
| 31 | --enable-xpdf-headers \ | 37 | --enable-xpdf-headers \ |
| 32 | --disable-gtk-test \ | 38 | --disable-gtk-test \ |
