aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/files/patch-src_conf_Makefile.in
blob: 270399434142f96943d8a255e2541f7738bd88b8 (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

$FreeBSD$

--- src/conf/Makefile.in.orig
+++ src/conf/Makefile.in
@@ -100,7 +100,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_setup_SOURCES) gnunet-win-tool.c
 DIST_SOURCES = $(am__gnunet_setup_SOURCES_DIST) gnunet-win-tool.c
 ETAGS = etags
@@ -312,7 +312,7 @@
  gnunet-setup.c
 
 gnunet_setup_LDFLAGS = \
- $(curses_lib)
+ $(curses_lib) $(LTLIBINTL)
 
 gnunet_setup_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la