summaryrefslogtreecommitdiff
path: root/X11.tmpl
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-22 23:54:18 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-22 23:54:18 +0000
commitf15d9c33bfbe99f93716c26c79bc1adbb8618a22 (patch)
tree5ba6d1888a9753badd55da98a3a89691907b201b /X11.tmpl
parentb4699f13ed18f489f1752e8e3c9767397ecfa53d (diff)
Make libXau & libXdmcp default to shared instead of static libraries to
match modular build. (See fd.o bugzilla #4200.)
Diffstat (limited to 'X11.tmpl')
-rw-r--r--X11.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/X11.tmpl b/X11.tmpl
index a439af9..8ca014b 100644
--- a/X11.tmpl
+++ b/X11.tmpl
@@ -2774,7 +2774,7 @@ ProjectUnsharedLibReferences(XFONTCACHE,Xfontcache,$(XFONTCACHELIBSRC),XBuildLib
#endif
#ifndef SharedLibXau
-#define SharedLibXau NO
+#define SharedLibXau YES
#endif
#ifndef NormalLibXau
#define NormalLibXau (!SharedLibXau | ForceNormalLib)
@@ -2800,7 +2800,7 @@ ProjectUnsharedLibReferences(XAUTH,Xau,$(XAUTHSRC),$(USRLIBDIR))
#endif
#ifndef SharedLibXdmcp
-#define SharedLibXdmcp NO
+#define SharedLibXdmcp YES
#endif
#ifndef NormalLibXdmcp
#define NormalLibXdmcp (!SharedLibXdmcp | ForceNormalLib)