[Pkg-voip-commits] r2944 - pwlib/trunk/debian

Kilian Krause kilian at alioth.debian.org
Thu Jan 4 19:24:26 CET 2007


Author: kilian
Date: 2007-01-04 19:24:26 +0100 (Thu, 04 Jan 2007)
New Revision: 2944

Modified:
   pwlib/trunk/debian/rules
Log:
actually do build the noshared in build rather than in install. *doh*


Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2007-01-04 17:49:02 UTC (rev 2943)
+++ pwlib/trunk/debian/rules	2007-01-04 18:24:26 UTC (rev 2944)
@@ -84,6 +84,8 @@
 	
 	# secondly we need to cleanup and rebuild shared to ensure we get PIC code
 	$(MAKE) PWLIBDIR=$(CURDIR) clean
+	$(MAKE) PWLIBDIR=$(CURDIR) bothshared
+	# ensure we do a fresh check with hello world.
 	$(MAKE) PWLIBDIR=$(CURDIR) -C samples/hello_world/ clean
 	-$(RM) -rf samples/hello_world/obj_*
 	# and now build shared aswell




More information about the Pkg-voip-commits mailing list