Skip to content

Commit

Permalink
Modified ruby binding to build against static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Boudreault committed Apr 27, 2012
1 parent 906df7c commit 69f913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/ruby/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$CFLAGS = ""
$CPPFLAGS = make_inc + " -idirafter $(rubylibdir)/$(arch) " + make_define
$LDFLAGS += " -fPIC"
$LOCAL_LIBS += " -L../.. " + make_libs + " " + make_static_libs
$LOCAL_LIBS += " -L../../.libs/ " + " -lmapserver " + make_static_libs

# if the source file 'mapscript_wrap.c' is missing nothing works
# this is a workaround !!
Expand Down

0 comments on commit 69f913b

Please sign in to comment.