bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #20003] Two patches for packaging a relatively rpmlint clean gnuste


From: Sebastian Reitenbach
Subject: [bug #20003] Two patches for packaging a relatively rpmlint clean gnustep-make rpm
Date: Wed, 12 Mar 2008 17:21:40 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE

Follow-up Comment #2, bug #20003 (project gnustep):

Wile I was to port sope/sogo to gnustep-make 2. I overhauled the configure
script regarding the library directory name detection, according to the FHS
standard, as I understood it. Below the code snippet, where I decide whether
it should go into lib or lib64. Also the BSD's do not have that lib64/lib woes
at all, at least OpenBSD I know of. 
I have to admit, I did not took a look into the patches, so don't know
whether you address this or not.

  UNAME=`uname`
  if [ "X${UNAME}" = "XLinux" ];then
    UNAME=`uname -p`
    if [ ${UNAME} = x86_64 -o ${UNAME} = sparc64 -o ${UNAME} = ppc64 ];then
      cfgwrite "CGS_LIBDIR_NAME:=lib64"
    else
      cfgwrite "CGS_LIBDIR_NAME:=lib"
    fi
  else
    cfgwrite "CGS_LIBDIR_NAME:=lib"
  fi



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20003>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]