#8350: shm_open and shm_unlink not detected on openSUSE Linux
-------------------------------+-------------------------------------------
        Reporter:  trommler    |            Owner:
            Type:  bug         |           Status:  closed
        Priority:  normal      |        Milestone:  7.8.1
       Component:              |          Version:  7.7
  libraries/unix               |         Keywords:
      Resolution:  fixed       |     Architecture:  Unknown/Multiple
Operating System:  Linux       |       Difficulty:  Easy (less than 1 hour)
 Type of failure:  Other       |       Blocked By:
       Test Case:              |  Related Tickets:
        Blocking:              |
-------------------------------+-------------------------------------------
Changes (by thoughtpolice):

 * status:  patch => closed
 * resolution:   => fixed


Comment:

 Merged in

 {{{
 commit 996bd23fe75ec7be9533a040abf3d5e6035e8e0c
 Author: Peter Trommler <[email protected]>
 Date:   Tue Sep 24 13:44:54 2013 +0200

     Fix library detection of shm* on openSUSE (#8350)

     Use the new AC_SERACH_LIBS to check if rt is needed for shm_open
     and shm_unlink. This sets LIBS and so the shm_* functions
     can be found if librt is indeed required. Passing -lrt through
     CFLAGS is not portable.

     Signed-off-by: Austin Seipp <[email protected]>

 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8350#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
ghc-tickets mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-tickets

Reply via email to