[Pkg-xfce-commits] r5683 - goodies/trunk/parole/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Apr 23 05:44:50 UTC 2011
Author: corsac
Date: 2011-04-23 17:44:49 +0000 (Sat, 23 Apr 2011)
New Revision: 5683
Modified:
goodies/trunk/parole/debian/changelog
goodies/trunk/parole/debian/rules
Log:
stop harcoding the shell to bash, it works fine now. closes: #623830
Modified: goodies/trunk/parole/debian/changelog
===================================================================
--- goodies/trunk/parole/debian/changelog 2011-04-23 17:40:23 UTC (rev 5682)
+++ goodies/trunk/parole/debian/changelog 2011-04-23 17:44:49 UTC (rev 5683)
@@ -26,6 +26,7 @@
- pick build flags from dpkg-buildflags.
- add -O1, -z,defs and --as-needed to LDFLAGS.
- add hardening flags to build flags.
+ - stop harcoding the shell to bash, it works fine now. closes: #623830
-- Yves-Alexis Perez <corsac at debian.org> Sat, 23 Apr 2011 17:04:06 +0200
Modified: goodies/trunk/parole/debian/rules
===================================================================
--- goodies/trunk/parole/debian/rules 2011-04-23 17:40:23 UTC (rev 5682)
+++ goodies/trunk/parole/debian/rules 2011-04-23 17:44:49 UTC (rev 5683)
@@ -1,9 +1,6 @@
#!/usr/bin/make -f
include /usr/share/hardening-includes/hardening.make
-export SHELL=/bin/bash
-export CONFIG_SHELL=/bin/bash
-
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
LDFLAGS+=-Wl,-O1 -Wl,--as-needed
More information about the Pkg-xfce-commits
mailing list