Control: tags -1 patch

The aespipe PIE FTBFS can be fixed with the following change that
disables PIE:

--- debian/rules.old    2016-11-10 09:18:45.000000000 +0000
+++ debian/rules        2016-11-10 09:22:04.000000000 +0000
@@ -17,6 +17,9 @@
 endif
 endif
 
+CFLAGS += -no-pie
+LDFLAGS += -no-pie
+
 ifeq ($(DEB_HOST_ARCH),amd64)
        DEBIAN_OPTIMIZE := amd64
 endif
@@ -31,7 +34,7 @@
        ln -sf /usr/share/misc/config.sub .
        ln -sf /usr/share/misc/config.guess .
 
-       CFLAGS="$(CFLAGS)" ./configure \
+       CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \
          --host=$(DEB_HOST_GNU_TYPE) \
          --build=$(DEB_BUILD_GNU_TYPE) \
          --prefix=/usr \


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Reply via email to