HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #624

Ticket #624: libelf-0.8.13.patch

File libelf-0.8.13.patch, 820 bytes (added by munchausen, 3 years ago)
  • aclocal.m4

    diff -Naur libelf-0.8.13/aclocal.m4 libelf-0.8.13-haiku/aclocal.m4
    old new  
    235235    AC_REQUIRE([AC_PROG_CC]) 
    236236    AC_PATH_PROG(LD, ld, ld) 
    237237    case "$host" in 
    238       *-linux*|*-gnu*) 
     238      *-linux*|*-gnu*|*-haiku*) 
    239239        if test "$GCC" = yes; then 
    240240          mr_TARGET_ELF 
    241241          if test "$mr_cv_target_elf" = yes; then 
    … …  
    248248            SONAME_SFX='.so.$(MAJOR)' 
    249249            LINK_SHLIB='$(CC) -shared -Wl,-soname,$(SONAME)' 
    250250            INSTALL_SHLIB='$(INSTALL_PROGRAM)' 
    251             DEPSHLIBS='-lc' 
     251              case "$host" in 
     252                    *-linux*|*-gnu*) 
     253                  DEPSHLIBS='-lc' 
     254              ;; 
     255              esac 
    252256          else 
    253257            AC_MSG_WARN([shared libraries not supported for $host]) 
    254258            mr_enable_shared=no 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/