Skip to content

Commit

Permalink
Don't override $DLDFLAGS
Browse files Browse the repository at this point in the history
Fixes zk-ruby#22.
  • Loading branch information
eric committed Aug 8, 2012
1 parent fc7a243 commit 2080c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/extconf.rb
Expand Up @@ -18,7 +18,7 @@
$CFLAGS = "#{$CFLAGS}".gsub("$(cflags)", "").gsub("-arch ppc", "")
$LDFLAGS = "#{$LDFLAGS}".gsub("$(ldflags)", "").gsub("-arch ppc", "")
$CXXFLAGS = " -std=gnu++98 #{$CFLAGS}"
$CPPFLAGS = $ARCH_FLAG = $DLDFLAGS = ""
$CPPFLAGS = $ARCH_FLAG = ""

if RUBY_VERSION == '1.8.7'
$CFLAGS << ' -DZKRB_RUBY_187'
Expand Down

0 comments on commit 2080c29

Please sign in to comment.