Here's the debdiff for the updated nspr package I just uploaded to debian-
ports/unreleased.
-- 
Daniel Schepler
diff -Nru nspr-4.10.7/debian/changelog nspr-4.10.7/debian/changelog
--- nspr-4.10.7/debian/changelog	2014-08-23 16:25:30.000000000 -0700
+++ nspr-4.10.7/debian/changelog	2014-09-03 19:39:55.000000000 -0700
@@ -1,3 +1,11 @@
+nspr (2:4.10.7-1+x32) unreleased; urgency=low
+
+  * Update x32-specific build.  As before:
+    + Passes --enable-x32 to configure.
+    + Updates libnspr4.symbols.
+
+ -- Daniel Schepler <schep...@debian.org>  Wed, 03 Sep 2014 19:39:35 -0700
+
 nspr (2:4.10.7-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru nspr-4.10.7/debian/libnspr4.symbols nspr-4.10.7/debian/libnspr4.symbols
--- nspr-4.10.7/debian/libnspr4.symbols	2014-06-06 18:37:13.000000000 -0700
+++ nspr-4.10.7/debian/libnspr4.symbols	2014-09-03 19:38:26.000000000 -0700
@@ -395,10 +395,10 @@
  SetExecutionEnvironment@Base 1.8.0.10
  _pr_push_ipv6toipv4_layer@Base 1.8.0.10
  _pr_test_ipv6_socket@Base 1.8.0.10
- (arch=amd64 kfreebsd-amd64)_PR_x86_64_AtomicAdd@Base 1.8.0.10
- (arch=amd64 kfreebsd-amd64)_PR_x86_64_AtomicDecrement@Base 1.8.0.10
- (arch=amd64 kfreebsd-amd64)_PR_x86_64_AtomicIncrement@Base 1.8.0.10
- (arch=amd64 kfreebsd-amd64)_PR_x86_64_AtomicSet@Base 1.8.0.10
+ (arch=amd64 kfreebsd-amd64 x32)_PR_x86_64_AtomicAdd@Base 1.8.0.10
+ (arch=amd64 kfreebsd-amd64 x32)_PR_x86_64_AtomicDecrement@Base 1.8.0.10
+ (arch=amd64 kfreebsd-amd64 x32)_PR_x86_64_AtomicIncrement@Base 1.8.0.10
+ (arch=amd64 kfreebsd-amd64 x32)_PR_x86_64_AtomicSet@Base 1.8.0.10
  (arch=i386 kfreebsd-i386 hurd-i386)_PR_x86_AtomicAdd@Base 1.8.0.10
  (arch=i386 kfreebsd-i386 hurd-i386)_PR_x86_AtomicDecrement@Base 1.8.0.10
  (arch=i386 kfreebsd-i386 hurd-i386)_PR_x86_AtomicIncrement@Base 1.8.0.10
diff -Nru nspr-4.10.7/debian/rules nspr-4.10.7/debian/rules
--- nspr-4.10.7/debian/rules	2014-06-06 18:37:13.000000000 -0700
+++ nspr-4.10.7/debian/rules	2014-09-03 19:38:09.000000000 -0700
@@ -25,6 +25,9 @@
 ifeq (64,$(shell dpkg-architecture -qDEB_HOST_ARCH_BITS))
 	CONFIGURE_FLAGS += --enable-64bit
 endif
+ifeq (x32,$(shell dpkg-architecture -qDEB_HOST_ARCH))
+	CONFIGURE_FLAGS += --enable-x32
+endif
 
 $(call lazy,DEB_HOST_MULTIARCH,$$(shell dpkg-architecture -qDEB_HOST_MULTIARCH))
 

Reply via email to