diff options
author | Brice Goglin <[email protected]> | 2009-07-17 18:21:27 +0200 |
---|---|---|
committer | Brice Goglin <[email protected]> | 2009-07-17 18:21:27 +0200 |
commit | fe9b9fec39c00be130103a45eb9ba59afecd6b2e (patch) | |
tree | 0b89b95e7aa73647af6452cd4b7bea44b892248f /debian/scripts | |
parent | 082f5474929b264b7eb46eef769c7a119bb2ef5a (diff) |
Enable i686 optimized libraries on kfreebsd-i386
Diffstat (limited to 'debian/scripts')
-rw-r--r-- | debian/scripts/choose-configs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/scripts/choose-configs b/debian/scripts/choose-configs index 96050ecadce..1ad21fc6a7d 100644 --- a/debian/scripts/choose-configs +++ b/debian/scripts/choose-configs @@ -37,7 +37,7 @@ endif ############################################################################## ## CPU-optimized configurations ############################################## -ifeq ($(DEB_BUILD_ARCH), i386) +ifneq (,$(filter $(DEB_BUILD_ARCH), i386 kfreebsd-i386)) SWX11_GLU_CONFIGS += swx11+glu-i386-i686 # DRI_CONFIGS += debian-dri-i386-i686 endif |