index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-04-15 15:57:36 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-04-15 15:57:36 -0500 |
commit | c7a81c0b54c3b54e25978e9828c6dc91f113c19c (patch) | |
tree | d940e7d34e49d768eab0560870f94b3c0c23fc7d /lib/libalpm | |
parent | d685d0220fdb16097252bcf851ada5cf8400da0e (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 4 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 00fc0b38..14d42a0c 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -10,8 +10,12 @@ DEFS = -DLOCALEDIR=\"@localedir@\" @DEFS@ AM_CFLAGS = -pedantic -D_GNU_SOURCE if ENABLE_VISIBILITY_CC +if DARWIN +AM_CFLAGS += -fvisibility=hidden +else AM_CFLAGS += -fvisibility=internal endif +endif if ENABLE_GNU89_INLINE_CC AM_CFLAGS += -fgnu89-inline endif |