Skip to content

Commit

Permalink
update configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kim committed Mar 28, 2019
1 parent 8f710f0 commit 25d5f5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2328,10 +2328,12 @@ DEPLIBS=""
## Set path
PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
LDFLAGS="$LDFLAGS -L/usr/lib -L/usr/local/lib"
if test "x$cross_compiling" != "xyes"; then
CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/lib -L/usr/local/lib"
fi
## Set autoconf setting
#AC_CANONICAL_TARGET
Expand Down

0 comments on commit 25d5f5c

Please sign in to comment.