summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/files/patch-src_applications_afs_tools_Makefile.in
blob: f07ef036b21111a04dcebc87e31d33a360f99034 (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
@@ -310,7 +310,7 @@
 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+	$(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
 DIST_SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
 	$(gnunet_download_SOURCES) $(gnunet_insert_SOURCES) \
 	$(gnunet_pseudonym_SOURCES) $(gnunet_search_SOURCES)