# # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright (c) 2012-2013, Igor Kozhukhov . All rights reserved. # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. # BUILD_BITS= 32_and_64 USE_OPENSSL11= yes include ../../../make-rules/shared-macros.mk COMPONENT_NAME= trousers COMPONENT_VERSION= 0.3.11.2 COMPONENT_REVISION= 5 COMPONENT_SUMMARY= TrouSerS TCG software to access a TPM device COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_PROJECT_URL= https://sourceforge.net/projects/trousers/ COMPONENT_ARCHIVE_HASH= \ sha256:8a96f924836187e406161f797b709ea52ade6c89ceffe489f7254b51088938d5 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/trousers/0.3.11/$(COMPONENT_ARCHIVE) COMPONENT_FMRI= library/security/trousers COMPONENT_CLASSIFICATION= System/Security COMPONENT_LICENSE= BSD-3-Clause COMPONENT_LICENSE_FILE= LICENSE DROP_STATIC_LIBRARIES = yes TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/common.mk LIBS = -lnsl -lsocket -lgen -lscf -lbsm -lresolv CFLAGS += -DSOLARIS -DBI_OPENSSL -D_REENTRANT LDFLAGS += $(CC_BITS) # Find issues with undefined symbols in build time LD_OPTIONS += $(LD_Z_DEFS) # deliver tcsd in /usr/lib* CONFIGURE_SBINDIR.32 = $(CONFIGURE_LIBDIR.32) CONFIGURE_SBINDIR.64 = $(CONFIGURE_LIBDIR.64) COMPONENT_PREP_ACTION= ( cd $(@D); PATH="$(PATH)" autoreconf -vif ) CONFIGURE_OPTIONS += --with-gui=openssl CONFIGURE_OPTIONS += LD="$(CC)" CONFIGURE_OPTIONS += LIBS="$(LIBS)" COMPONENT_POST_CONFIGURE_ACTION = (cd $(COMPONENT_SRC); \ for f in `ls src/include/tss/*.h` ; do \ /usr/bin/dos2unix $$f $$f; \ done; \ for f in `ls src/include/trousers/*.h` ; do \ /usr/bin/dos2unix $$f $$f; \ done; \ for f in `ls src/include/*.h` ; do \ /usr/bin/dos2unix $$f $$f; \ done;) # Auto-generated dependencies REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += library/security/openssl REQUIRED_PACKAGES += shell/ksh93 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/iconv/utf-8