summaryrefslogtreecommitdiff
path: root/databases/hk_classes/files/patch-utilities::Makefile.in
blob: 76c765c66982de101255bbd133742dc2ee69d1ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- utilities/Makefile.in.orig	Sun Mar 13 19:46:30 2005
+++ utilities/Makefile.in	Fri Apr  1 20:52:27 2005
@@ -221,20 +221,20 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 INCLUDES = -I../hk_classes
-hk_report_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_report_LDFLAGS = -lhk_classes -L../hk_classes -largp ${LIBPTHREAD}
 hk_report_SOURCES = hk_reportutility.cpp
 
-#hk_webform_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+#hk_webform_LDFLAGS = -lhk_classes -L../hk_classes
 #hk_webform_SOURCES = hk_webformutility.cpp
-hk_actionquery_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_actionquery_LDFLAGS = -lhk_classes -L../hk_classes -largp ${LIBPTHREAD}
 hk_actionquery_SOURCES = hk_actionqueryutility.cpp
-hk_exportxml_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_exportxml_LDFLAGS = -lhk_classes -L../hk_classes -largp ${LIBPTHREAD}
 hk_exportxml_SOURCES = hk_exportxmlutility.cpp
-hk_exportcsv_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_exportcsv_LDFLAGS = -lhk_classes -L../hk_classes -largp ${LIBPTHREAD}
 hk_exportcsv_SOURCES = hk_exportcsvutility.cpp
-hk_exporthtml_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_exporthtml_LDFLAGS = -lhk_classes -L../hk_classes -largp ${LIBPTHREAD}
 hk_exporthtml_SOURCES = hk_exporthtmlutility.cpp
-hk_importcsv_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_importcsv_LDFLAGS = -lhk_classes -L../hk_classes -largp ${LIBPTHREAD}
 hk_importcsv_SOURCES = hk_importcsvutility.cpp
 man_MANS = hk_report.1man hk_actionquery.1man hk_exportxml.1man hk_exporthtml.1man hk_exportcsv.1man hk_importcsv.1man
 EXTRA_DIST = $(man_MANS)