Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

imporved xfree86 to use the system expat library


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2131 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
ee08de9c83
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      package/x11/xfree86/xf_config.sh

+ 2
- 0
package/x11/xfree86/xf_config.sh

@ -147,6 +147,8 @@ xf_config() {
cat >> config/cf/host.def << EOT
/* Disable the internal zlib to use the system installed one */
#define HasZlib YES
/* Disable the internal expat library to use the system installed one */
#define HasExpat YES
/* Less warnings with recent gccs ... */
#define DefaultCCOptions -ansi GccWarningOptions

Loading…
Cancel
Save