Ticket #24497: fix_libintl_inclusion.patch

File fix_libintl_inclusion.patch, 483 bytes (added by hashar@…, 14 years ago)

add CPPFLAGS and libintl in the Makefile.

  • src/Makefile.

    old new  
    1616SHELL = /bin/sh
    1717INSTALL_PROGRAM = @INSTALL_PROGRAM@
    1818CC = @CC@
    19 CFLAGS = @CFLAGS@ -Wall
     19CFLAGS = @CFLAGS@ -Wall @CPPFLAGS@
    2020DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
    21 LIBS = @LIBS@
     21LIBS = @LIBS@ @LDFLAGS@ -lintl
    2222
    2323objects = util.o desproxy.o desproxy-inetd.o desproxy-socksserver.o \
    2424          desproxy-dns.o socket2socket.o desproxy-test.o