Skip to content

Commit

Permalink
[freetz-stable-1.1]:
Browse files Browse the repository at this point in the history
 * ruby: Remove IPv6 conditional

git-svn-id: http://svn.freetz.org/branches/freetz-stable-1.1@3402 f5190166-0702-4917-9039-51ec32eddaf5
  • Loading branch information
olistudent committed Jun 12, 2009
1 parent 51c6722 commit 9bb84e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions make/ruby/ruby.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ $(PKG)_CONFIGURE_OPTIONS += --enable-static
$(PKG)_CONFIGURE_OPTIONS += --disable-rpath
$(PKG)_CONFIGURE_OPTIONS += --enable-wide-getaddrinfo

ifeq ($(FREETZ_TARGET_IPV6_SUPPORT),y)
$(PKG)_CONFIGURE_OPTIONS += --enable-ipv6
else
$(PKG)_CONFIGURE_OPTIONS += --disable-ipv6
endif


$(PKG_SOURCE_DOWNLOAD)
$(PKG_UNPACKED)
Expand Down

0 comments on commit 9bb84e7

Please sign in to comment.