Skip to content

Commit

Permalink
Add -fPIC, required for old redhat systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Dec 12, 2007
1 parent f52888d commit 46cfb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

LIB_VER=1
CFLAGS=-g -DXP_UNIX -Wall
CFLAGS=-g -DXP_UNIX -Wall -fPIC
LDFLAGS=-shared -soname=libpacparser.so.${LIB_VER}

NOSO=clean js install-js
Expand Down

0 comments on commit 46cfb86

Please sign in to comment.