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

r6086 - in glibc-package/branches/eglibc-2.19/debian: . rules.d sysdeps



Author: aurel32
Date: 2014-05-19 14:55:07 +0000 (Mon, 19 May 2014)
New Revision: 6086

Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/rules.d/build.mk
   glibc-package/branches/eglibc-2.19/debian/sysdeps/linux.mk
Log:
Move --enable-systemtap from rules.d/build.mk to sysdeps/linux.mk


Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-05-19 12:19:26 UTC (rev 6085)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-05-19 14:55:07 UTC (rev 6086)
@@ -70,7 +70,7 @@
   * expected-results-arm-linux-gnueabi-{armel,libc}: ignore basic-test.out
     test, as it is due to GCC bug #748616.
   * debian/control.in/main: build-depends on systemtap-sdt-dev on linux-any.
-    debian/rules.d/build.mk: enable systemtap support.  Closes: #700760.
+    debian/sysdeps/linux.mk: enable systemtap support.  Closes: #700760.
 
   [ Samuel Thibault ]
   * Hurd fixes for new upstream

Modified: glibc-package/branches/eglibc-2.19/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/rules.d/build.mk	2014-05-19 12:19:26 UTC (rev 6085)
+++ glibc-package/branches/eglibc-2.19/debian/rules.d/build.mk	2014-05-19 14:55:07 UTC (rev 6086)
@@ -88,7 +88,6 @@
 		--without-selinux \
 		--enable-stackguard-randomization \
 		--enable-obsolete-rpc \
-		--enable-systemtap \
 		--with-pkgversion="Debian EGLIBC $(DEB_VERSION)" \
 		--with-bugurl="http://www.debian.org/Bugs/"; \
 		$(if $(filter $(pt_chown),yes),--enable-pt_chown) \

Modified: glibc-package/branches/eglibc-2.19/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/sysdeps/linux.mk	2014-05-19 12:19:26 UTC (rev 6085)
+++ glibc-package/branches/eglibc-2.19/debian/sysdeps/linux.mk	2014-05-19 14:55:07 UTC (rev 6086)
@@ -12,7 +12,7 @@
 ifeq ($(DEB_BUILD_PROFILE),bootstrap)
   libc_extra_config_options = $(extra_config_options)
 else
-  libc_extra_config_options = --with-selinux $(extra_config_options)
+  libc_extra_config_options = --with-selinux --enable-systemtap $(extra_config_options)
 endif
 
 ifndef LINUX_SOURCE


Reply to: