blob: 6e61e87c04b098da646cdffd7e738fa0a3215690 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- usr/sbin/pkcsconf/Makefile.am.orig 2010-07-29 21:28:41.000000000 +0900
+++ usr/sbin/pkcsconf/Makefile.am 2010-10-20 00:46:34.600985372 +0900
@@ -1,6 +1,6 @@
sbin_PROGRAMS=pkcsconf
-pkcsconf_LDFLAGS = -lpthread -ldl
+pkcsconf_LDFLAGS = -lpthread
# Not all versions of automake observe sbinname_CFLAGS
pkcsconf_CFLAGS = -DSPINXPL -D_THREAD_SAFE -DDEBUG -DDEV -DAPI
|