From: Alon Levy <alevy@redhat.com>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com
Subject: [Qemu-devel] [PATCH 1/1] libcaccard: don't build an so, remove -fPIC
Date: Mon, 29 Nov 2010 23:51:17 +0200 [thread overview]
Message-ID: <1291067477-4947-2-git-send-email-alevy@redhat.com> (raw)
In-Reply-To: <1291067477-4947-1-git-send-email-alevy@redhat.com>
---
libcaccard/Makefile | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/libcaccard/Makefile b/libcaccard/Makefile
index a339af1..c4ea70a 100644
--- a/libcaccard/Makefile
+++ b/libcaccard/Makefile
@@ -3,15 +3,10 @@ include ../config-host.mak
include ../config-all-devices.mak
include $(SRC_PATH)/rules.mak
-CFLAGS+=-fPIC
-
-libcaccard.so: $(libcaccard-y)
- gcc -shared $(libcaccard_libs) -o $@ $^
-
vscclient: $(libcaccard-y) vscclient.o
gcc $(libcaccard_libs) -o $@ $^
-all: libcaccard.so vscclient
+all: vscclient
clean:
rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~ libcaccard.so
--
1.7.3.2
prev parent reply other threads:[~2010-11-29 21:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 21:51 [Qemu-devel] [PATCH 0/1] usb-ccid (v8.1) missed patch from v8 Alon Levy
2010-11-29 21:51 ` Alon Levy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1291067477-4947-2-git-send-email-alevy@redhat.com \
--to=alevy@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).