File: 003_disable_static_linking_of_tools.patch

package info (click to toggle)
softhsm 1.1.4-4%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,300 kB
  • ctags: 1,296
  • sloc: sh: 10,185; cpp: 6,888; ansic: 1,227; makefile: 94
file content (10 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -13,7 +13,6 @@ bin_PROGRAMS =		softhsm softhsm-keyconv
 
 softhsm_SOURCES =	softhsm.cpp
 softhsm_LDADD =		../lib/libsofthsm.la -lstdc++
-softhsm_LDFLAGS =	-static
 
 softhsm_keyconv_SOURCES =	softhsm-keyconv.cpp base64.c
 softhsm_keyconv_LDADD =		@BOTAN_LIBS@ -lstdc++