Skip to content

Instantly share code, notes, and snippets.

@river24
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save river24/b90921e806c08936702b to your computer and use it in GitHub Desktop.
Save river24/b90921e806c08936702b to your computer and use it in GitHub Desktop.
diff -urN a/Makefile.in b/Makefile.in
--- a/Makefile.in 2015-03-10 11:52:31.000000000 +0900
+++ b/Makefile.in 2015-03-10 11:52:50.000000000 +0900
@@ -56,6 +56,6 @@
-D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \
-D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 \
-DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG
-CFLAGS = -Wall -pedantic -fPIC -fsigned-char -O3 -fomit-frame-pointer -fforce-addr @MYOPTS@
+CFLAGS = -Wall -pedantic -fPIC -fsigned-char -O3 -fomit-frame-pointer @MYOPTS@
LD = @LD@
LIBS = -lqdbm @LIBS@
LIBLDFLAGS = @LDFLAGS@ -L. -L$(MYLIBDIR) -L$(prefix)/lib -L/usr/local/lib @LIBS@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment