[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3055 - trunk/lib/libxaw/debian



Author: dnusinow
Date: 2006-08-27 19:16:44 -0400 (Sun, 27 Aug 2006)
New Revision: 3055

Modified:
   trunk/lib/libxaw/debian/changelog
   trunk/lib/libxaw/debian/rules
Log:
* Explicitly pass --disable-xaw8 to configure so that we don't try and build
  it if the xprint .pc file is on the system. The configure script will try
  and guess whether or not to build xaw8 if it doesn't get an explicit yes
  or no. This way, we make sure the libXaw.so symlink doesn't get linked to
  a non-existent libXaw8.so. Thanks Rene Engelhard, Steve Langasek, and
  Michael Banck.

Modified: trunk/lib/libxaw/debian/changelog
===================================================================
--- trunk/lib/libxaw/debian/changelog	2006-08-27 23:12:26 UTC (rev 3054)
+++ trunk/lib/libxaw/debian/changelog	2006-08-27 23:16:44 UTC (rev 3055)
@@ -5,8 +5,14 @@
     lost in the move to modular.
   * Handle libXaw.so in *.links files so we can allow both libxaw6-dev and
     libxaw7-dev to ship an appropriate libXaw.so symlink to libXaw[67].so
+  * Explicitly pass --disable-xaw8 to configure so that we don't try and build
+    it if the xprint .pc file is on the system. The configure script will try
+    and guess whether or not to build xaw8 if it doesn't get an explicit yes
+    or no. This way, we make sure the libXaw.so symlink doesn't get linked to
+    a non-existent libXaw8.so. Thanks Rene Engelhard, Steve Langasek, and
+    Michael Banck.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 27 Aug 2006 19:06:25 +0000
+ -- David Nusinow <dnusinow@debian.org>  Sun, 27 Aug 2006 19:15:15 +0000
 
 libxaw (1:1.0.2-3) unstable; urgency=low
 

Modified: trunk/lib/libxaw/debian/rules
===================================================================
--- trunk/lib/libxaw/debian/rules	2006-08-27 23:12:26 UTC (rev 3054)
+++ trunk/lib/libxaw/debian/rules	2006-08-27 23:16:44 UTC (rev 3055)
@@ -37,6 +37,7 @@
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
+				 --disable-xaw8 \
 	             CFLAGS="$(CFLAGS)" 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 



Reply to: