Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created January 7, 2012 03:36
Show Gist options
  • Save glidenote/1573695 to your computer and use it in GitHub Desktop.
Save glidenote/1573695 to your computer and use it in GitHub Desktop.
stone.diff
--- Makefile 2008-02-05 08:00:00.000000000 +0900
+++ Makefile 2009-08-19 08:59:00.000000000 +0900
@@ -97,7 +97,7 @@
$(MAKE) FLAGS="-DNT_SERVICE $(FLAGS)" LIBS="$(LIBS) $(SVC_LIBS) -ladvapi32 -luser32 -lshell32 -lkernel32" $(TARGET)
linux:
- $(MAKE) FLAGS="-O -Wall -DCPP='\"/usr/bin/cpp -traditional\"' -DPTHREAD -DUNIX_DAEMON -DPRCTL -DSO_ORIGINAL_DST=80 -DUSE_EPOLL $(FLAGS)" LIBS="-lpthread $(LIBS)" stone
+ $(MAKE) FLAGS="-O -Wall -DCPP='\"/usr/bin/cpp -traditional\"' -DPTHREAD -DUNIX_DAEMON -DPRCTL -DSO_ORIGINAL_DST=80 -DUSE_EPOLL -D_GNU_SOURCE $(FLAGS)" LIBS="-lpthread $(LIBS)" stone
linux-pop:
$(MAKE) TARGET=linux pop_stone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment