[Lsb-messages] /var/www/bzr/lsb/devel/packaging r559: lsbdev-c++: set undocumented config setting to find the root properly.

Jeff Licquia jeff at licquia.org
Mon Sep 24 19:02:04 UTC 2012


------------------------------------------------------------
revno: 559
committer: Jeff Licquia <jeff at licquia.org>
branch nick: packaging
timestamp: Mon 2012-09-24 15:02:04 -0400
message:
  lsbdev-c++: set undocumented config setting to find the root properly.
modified:
  lsbdev-c++/Makefile
  lsbdev-c++/lsb-build-c++.spec.sed
-------------- next part --------------
=== modified file 'lsbdev-c++/Makefile'
--- a/lsbdev-c++/Makefile	2012-03-28 20:28:54 +0000
+++ b/lsbdev-c++/Makefile	2012-09-24 19:02:04 +0000
@@ -13,7 +13,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=1
+RPM_PACKAGE_RELEASE=2
 
 include ../Makefile.common
 

=== modified file 'lsbdev-c++/lsb-build-c++.spec.sed'
--- a/lsbdev-c++/lsb-build-c++.spec.sed	2012-03-26 17:16:34 +0000
+++ b/lsbdev-c++/lsb-build-c++.spec.sed	2012-09-24 19:02:04 +0000
@@ -48,7 +48,7 @@
 	CC=/opt/lsb/bin/lsbcc CXX=/opt/lsb/bin/lsbc++ ./configure \
 	--prefix=/opt/lsb --enable-threads=posix \
 	--with-gxx-include-dir=/opt/lsb/include/c++ \
-	--enable-clocale=gnu --enable-symvers=gnu)
+	--enable-clocale=gnu --enable-symvers=gnu --with-target-subdir=.)
 
 %install
 rm -rf $RPM_BUILD_ROOT



More information about the lsb-messages mailing list