| Submitter | Alon Levy |
|---|---|
| Date | Nov. 28, 2012, 9:16 a.m. |
| Message ID | <1354094186-32203-2-git-send-email-alevy@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/202399/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/libcacard/Makefile b/libcacard/Makefile index 25bc4a0..7bce286 100644 --- a/libcacard/Makefile +++ b/libcacard/Makefile @@ -7,7 +7,7 @@ libcacard_includedir=$(includedir)/cacard $(call set-vpath, $(SRC_PATH)) # objects linked into a shared library, built with libtool with -fPIC if required -QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o $(trace-obj-y) $(stub-obj-y) +QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o error.o $(trace-obj-y) $(stub-obj-y) QEMU_OBJS_LIB=$(patsubst %.o,%.lo,$(QEMU_OBJS)) QEMU_CFLAGS+=-I../
Before patch: $ make libcacard.la $ nm ./libcacard/.libs/libcacard.so.0.0.0 | grep " U " | \ egrep -v "(g_)|(GLIBC)|(SECMOD)|(PK11)|(CERT)|(NSS)|(PORT)|(PR)" U error_set Signed-off-by: Alon Levy <alevy@redhat.com> --- libcacard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)