From d8885d5e1b824691f554644cb086dabd8883b916 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 17 Jun 2016 19:05:09 +0300 Subject: sys-apps/pcsc-slb-rf72-drv: fixups EAP-6, fix src_uri, rework patch Bug: 530668 Package-Manager: portage-2.2.28 --- .../files/pcsc-slb-rf72-drv-1.1.0-openct.patch | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sys-apps/pcsc-slb-rf72-drv/files/pcsc-slb-rf72-drv-1.1.0-openct.patch (limited to 'sys-apps/pcsc-slb-rf72-drv/files/pcsc-slb-rf72-drv-1.1.0-openct.patch') diff --git a/sys-apps/pcsc-slb-rf72-drv/files/pcsc-slb-rf72-drv-1.1.0-openct.patch b/sys-apps/pcsc-slb-rf72-drv/files/pcsc-slb-rf72-drv-1.1.0-openct.patch new file mode 100644 index 000000000000..c7ddb87a5a7f --- /dev/null +++ b/sys-apps/pcsc-slb-rf72-drv/files/pcsc-slb-rf72-drv-1.1.0-openct.patch @@ -0,0 +1,41 @@ +From a0822b820d59a53b0aab87cc12c4d1eae2228561 Mon Sep 17 00:00:00 2001 +From: Alon Bar-Lev +Date: Fri, 17 Jun 2016 18:58:05 +0300 +Subject: [PATCH] build: use openct instead of embedded binary ctapi + +Signed-off-by: Alon Bar-Lev +--- + Makefile | 4 ++-- + ifdhandler.c | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/Makefile b/Makefile +index cdba2b6..319449a 100644 +--- a/Makefile ++++ b/Makefile +@@ -16,7 +16,7 @@ clean: + rm -f test *.o *.lo *.so + + lib: $(OBJ) +- $(LD) -G ifdhandler.o lib/libctapi.a -o libslb_rf72.so ++ $(CC) $(LDFLAGS) -shared `pkg-config --libs-only-L libopenct` -lopenctapi ifdhandler.o -o libslb_rf72.so + + ifdhandler.o: ifdhandler.h ifdhandler.c +- $(CC) $(CFLAGS) -c ifdhandler.c $(INCLUDES) ++ $(CC) $(CFLAGS) `pkg-config --cflags libopenct` -fPIC -DHAVE_PTHREAD_H -c ifdhandler.c $(INCLUDES) +diff --git a/ifdhandler.c b/ifdhandler.c +index cbb3a65..256605e 100644 +--- a/ifdhandler.c ++++ b/ifdhandler.c +@@ -29,7 +29,7 @@ + #include "pcscdefines.h" + #include "ifdhandler.h" + #include +-#include ++#include + #include + #include + #include +-- +2.7.3 + -- cgit v1.2.3-18-g5258