libsigsegv: Use a shared library for libsigsegv

This helps with the -fPIC situation on AMD64. Simply build it as
a shared library and the problems go away.
This commit is contained in:
Holger Hans Peter Freyther 2014-04-21 18:36:28 +02:00 committed by Holger Hans Peter Freyther
parent 4bbb8117ff
commit a9f6d1eac6
1 changed files with 3 additions and 1 deletions

View File

@ -8,9 +8,11 @@ SRC_URI = "${GNU_MIRROR}/libsigsegv/libsigsegv-2.10.tar.gz"
SRC_URI[md5sum] = "7f96fb1f65b3b8cbc1582fb7be774f0f"
SRC_URI[sha256sum] = "8460a4a3dd4954c3d96d7a4f5dd5bc4d9b76f5754196aa245287553b26d2199a"
PR = "r1"
PR = "r2"
inherit autotools
BBCLASSEXTEND = "native"
EXTRA_OECONF += " --enable-shared "