]> git.pld-linux.org Git - packages/freeradius-server.git/commitdiff
- typo
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 1 Mar 2010 14:11:36 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeradius-server-rubyhdrs.patch -> 1.3

freeradius-server-rubyhdrs.patch

index 4a542bcb605da6ef08389233617d88b5a317e2a3..39fbdf4c6f83e77141aea6a057bb60eaba72649f 100644 (file)
@@ -8,7 +8,7 @@
 +              RB_INC_DIR=`${RUBYBIN} -e "require 'rbconfig'; puts Config::CONFIG.fetch('rubyhdrdir')"`
                RB_CFLAGS=`${RUBYBIN} -e "require 'rbconfig'; puts Config::CONFIG.fetch('CFLAGS')"`
                RB_ARCH_DIR=`${RUBYBIN} -e "require 'rbconfig'; puts Config::CONFIG.fetch('archdir')"`
-+              RB_ARCH_INC_DIR=`${RUBYBIN} -e -r rbconfig 'puts RbConfig.expand("$(rubyhdrdir)/$(arch)")'`
++              RB_ARCH_INC_DIR=`${RUBYBIN} -r rbconfig -e 'puts RbConfig.expand("$(rubyhdrdir)/$(arch)")'`
  
                old_CFLAGS=$CFLAGS
 -              CFLAGS="$CFLAGS $RB_CFLAGS -I${RB_ARCH_DIR} -I${RB_INC_DIR}"
This page took 0.119687 seconds and 4 git commands to generate.