[Pkg-xfce-commits] r4314 - goodies/branches/experimental/xfce4-cellmodem-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Oct 17 02:47:02 UTC 2010
Author: corsac
Date: 2010-10-17 14:47:01 +0000 (Sun, 17 Oct 2010)
New Revision: 4314
Modified:
goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules
Log:
fix typo
Modified: goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules 2010-10-17 14:43:01 UTC (rev 4313)
+++ goodies/branches/experimental/xfce4-cellmodem-plugin/debian/rules 2010-10-17 14:47:01 UTC (rev 4314)
@@ -2,12 +2,10 @@
# -*- makefile -*-
include /usr/share/hardening-includes/hardening.make
-# plugins are shared objects, seems that it fails with PIE for now
-DEB_BUILD_HARDENING_PIE:=0
CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-CDLAGS+=$(HARDENING_CFLAGS)
+CFLAGS+=$(HARDENING_CFLAGS)
LDFLAGS+=-Wl,-z,defs -Wl,--as-needed $(HARDENING_LDFLAGS)
override_dh_auto_configure:
More information about the Pkg-xfce-commits
mailing list