index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-01-30 05:41:13 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-01-30 05:41:13 +0000 |
commit | 0bc06918e4b93cae874c09f4b1d487865ca44fbd (patch) | |
tree | a10a1a774d49fb06b42b60eaa072a85889b8e88a /lib/libalpm/Makefile.am | |
parent | e668b471426d7c8c406ace6ad05d0c5aefc56dea (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 4 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 037bcff4..eb8d788f 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -1,8 +1,6 @@ AUTOMAKE_OPTIONS = gnu DEFINES = -pedantic -D_GNU_SOURCE -#libalpm isn't fully C99 safe with the strict aliasing rules -# to be fixed in the future -AM_CFLAGS = $(DEFINES) -fno-strict-aliasing +AM_CFLAGS = $(DEFINES) SUBDIRS = po localedir = $(datadir)/locale |