Skip to content

Instantly share code, notes, and snippets.

@Ikke
Created January 24, 2016 15:50
Show Gist options
  • Save Ikke/46731ea5f3c507171acf to your computer and use it in GitHub Desktop.
Save Ikke/46731ea5f3c507171acf to your computer and use it in GitHub Desktop.
--- src/Makefile.am 2016-01-24 16:48:49.067408827 +0100
+++ src/Makefile.am.new 2016-01-24 16:48:59.294290424 +0100
@@ -1,7 +1,7 @@
bin_PROGRAMS = ocat
ocat_SOURCES = ocat.c ocatlog.c ocatroute.c ocatthread.c ocattun.c ocatv6conv.c ocatcompat.c ocatpeer.c ocatsetup.c ocatipv4route.c ocateth.c ocatsocks.c ocatlibe.c ocatctrl.c ocatipv6route.c ocaticmp.c ocat_wintuntap.c ocat_netdesc.c ocathosts.c ocatresolv.c
noinst_HEADERS = ocat.h ocat_netdesc.h strlcpy.c strlcat.c ocathosts.h
-AM_CFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\"
+AM_CFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" -D_PATH_HOSTS=/etc/hosts
install-exec-hook:
$(LN_S) -f ocat$(EXEEXT) \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment