freebsd-ports/security/trousers/files/extra-patch-src-tddl-Makefile.am
Hiroki Sato 1ad6282266 - Unbreak clang build.
- Remove PORTEXAMPLES.  pkg-plist was broken due to it[*].
- Add extra patches for EMULATOR option.
- Create /var/run/{tpm,ima} in rc.d/tcsd script.

Spotted by:	antoine [*]
2013-07-31 13:59:04 +00:00

8 lines
293 B
Text

--- src/tddl/Makefile.am.orig 2013-07-27 04:24:29.000000000 +0900
+++ src/tddl/Makefile.am 2013-07-27 04:24:42.000000000 +0900
@@ -1,4 +1,4 @@
-lib_LIBRARIES=libtddl.a
+lib_LIBRARIES=
libtddl_a_SOURCES=tddl.c
libtddl_a_CFLAGS=-DAPPID=\"TCSD\ TDDL\" -I${top_srcdir}/src/include -fPIE -DPIE