1 diff -u -r ../dos2unix-7.3.3/Makefile ./Makefile
2 --- ../dos2unix-7.3.3/Makefile 2016-02-13 08:27:27.000000000 -0500
3 +++ ./Makefile 2016-04-17 23:43:06.280624377 -0400
7 # Native Language Support (NLS)
10 # Large File Support (LFS)
12 # DEBUG=1 adds the -g option to CFLAGS, for adding debug symbols.
18 +prefix = /data/data/com.termux/files/usr/usr
19 exec_prefix = $(prefix)
20 bindir = $(exec_prefix)/bin
21 datarootdir = $(prefix)/share
23 EXTRA_CFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
27 -LDFLAGS = $(RPM_OPT_FLAGS) $(LDFLAGS_EXTRA) $(LDFLAGS_USER)