From 3c18c37a10c65621d5a730bac87ce761cd52eb44 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Thu, 17 Jul 2014 15:19:47 +0000 Subject: - Convert security/trousers to USES=libtool and bump dependent ports - Use standard USE_AUTOTOOLS - Add INSTALL_TARGET=install-strip - Drop PTHREAD_LIBS --- security/trousers/files/patch-src-tspi-Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/trousers/files/patch-src-tspi-Makefile.am') diff --git a/security/trousers/files/patch-src-tspi-Makefile.am b/security/trousers/files/patch-src-tspi-Makefile.am index 1c9e96318be8..9d67ba3e18b4 100644 --- a/security/trousers/files/patch-src-tspi-Makefile.am +++ b/security/trousers/files/patch-src-tspi-Makefile.am @@ -5,7 +5,7 @@ # 6. If any interfaces have been removed since the last public release, then set age to 0. -libtspi_la_LDFLAGS=-version-info 3:0:2 -lpthread @CRYPTOLIB@ -+libtspi_la_LDFLAGS=-version-info 3:0:2 ${PTHREAD_LIBS} @CRYPTOLIB@ -L${ICONV_PREFIX}/lib ${ICONV_LIB} ++libtspi_la_LDFLAGS=-version-info 3:0:2 -lpthread @CRYPTOLIB@ -L${ICONV_PREFIX}/lib ${ICONV_LIB} libtspi_la_CFLAGS=-I$(top_srcdir)/src/include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\" -- cgit v1.2.3