Skip to content

Commit

Permalink
Add -fPIC for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
laurb9 committed Oct 3, 2014
1 parent 1362e21 commit a2948e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ AM_CONFIG_HEADER([config.h])
AC_PROG_CC
AC_PROG_RANLIB

dnl -fPIC required for x64
CFLAGS="$CFLAGS -Wall -g -fPIC"

AC_ARG_WITH( syslog, [ --without-syslog disable syslog() support ],
NO_SYSLOG=1)

Expand Down

0 comments on commit a2948e2

Please sign in to comment.