summaryrefslogtreecommitdiff
path: root/net/gnunet/files/patch-src_applications_afs_tools_Makefile.in
blob: d9a2b848d97074f9408ec39748bb7a4773a8c09f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- src/applications/afs/tools/Makefile.in.orig
+++ src/applications/afs/tools/Makefile.in
@@ -104,7 +104,7 @@
 	$(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+	$(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
 SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
 	$(gnunet_download_SOURCES) $(gnunet_insert_SOURCES) \
 	$(gnunet_pseudonym_SOURCES) $(gnunet_search_SOURCES)