components/pcsc-lite/Makefile
branchs11u3-sru
changeset 7127 0d23504d93cf
parent 6628 6c50cb7e9ba0
--- a/components/pcsc-lite/Makefile	Thu Sep 29 08:21:19 2016 -0700
+++ b/components/pcsc-lite/Makefile	Wed Oct 12 00:33:37 2016 -0700
@@ -24,7 +24,6 @@
 
 include ../../make-rules/shared-macros.mk
 
-BITS=                   64
 COMPONENT_NAME=         pcsc-lite
 COMPONENT_VERSION=      1.8.14
 COMPONENT_PROJECT_URL=  http://pcsclite.alioth.debian.org/pcsclite.html
@@ -66,13 +65,13 @@
 CONFIGURE_OPTIONS +=    --enable-usbdropdir=$(USRLIBDIR64)/pcsc/drivers
 
 # common targets
-configure:      $(CONFIGURE_64)
+configure:      $(CONFIGURE_32_and_64)
 
-build:          $(BUILD_64)
+build:          $(BUILD_32_and_64)
 
-install:        $(INSTALL_64)
+install:        $(INSTALL_32_and_64)
 
-test:           $(TEST_64)
+test:           $(TEST_32_and_64)
 
 # required packages
 REQUIRED_PACKAGES += library/libusb-1