commit sash for openSUSE:Factory
Hello community, here is the log from the commit of package sash for openSUSE:Factory checked in at 2015-02-25 02:16:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sash (Old) and /work/SRC/openSUSE:Factory/.sash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sash" Changes: -------- --- /work/SRC/openSUSE:Factory/sash/sash.changes 2014-11-24 11:14:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sash.new/sash.changes 2015-02-25 02:16:22.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Feb 22 08:49:55 UTC 2015 - meissner@suse.com + +- sash-Makefile.diff: use -static to make the PIE detector work. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sash.spec ++++++ --- /var/tmp/diff_new_pack.dOI1xG/_old 2015-02-25 02:16:23.000000000 +0100 +++ /var/tmp/diff_new_pack.dOI1xG/_new 2015-02-25 02:16:23.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sash # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ sash-Makefile.diff ++++++ --- /var/tmp/diff_new_pack.dOI1xG/_old 2015-02-25 02:16:23.000000000 +0100 +++ /var/tmp/diff_new_pack.dOI1xG/_new 2015-02-25 02:16:23.000000000 +0100 @@ -23,7 +23,7 @@ sash: $(OBJS) - $(CC) $(LDFLAGS) -o sash $(OBJS) $(LIBS) - strip sash -+ $(CC) -o sash $(OBJS) -Wl,-Bstatic $(LIBS) -Wl,-Bdynamic -lc ++ $(CC) -o sash $(OBJS) -static $(LIBS) -Wl,-Bdynamic -lc clean: rm -f $(OBJS) sash -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de