forked from pool/unzip
Accepting request 266068 from Archiving
1 OBS-URL: https://build.opensuse.org/request/show/266068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unzip?expand=0&rev=35
This commit is contained in:
commit
c553bb11ed
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 21 13:43:32 UTC 2014 - meissner@suse.com
|
||||
|
||||
- build with PIE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 18:29:07 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package unzip-rcc
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -93,9 +93,9 @@ export RPM_OPT_FLAGS="%{optflags} \
|
||||
-D_GNU_SOURCE -DRCC_LAZY -DWILD_STOP_AT_DIR \
|
||||
-DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
|
||||
-DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD \
|
||||
-DDATE_FORMAT=DF_YMD -I. -fstack-protector -fno-strict-aliasing"
|
||||
-DDATE_FORMAT=DF_YMD -I. -fstack-protector -fno-strict-aliasing -fPIE"
|
||||
|
||||
make %{?_smp_mflags} -f unix/Makefile LF2="-ldl" linux_noasm
|
||||
make %{?_smp_mflags} -f unix/Makefile LF2="-ldl -pie" linux_noasm
|
||||
|
||||
%check
|
||||
make -f unix/Makefile check
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 21 13:43:32 UTC 2014 - meissner@suse.com
|
||||
|
||||
- build with PIE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 18:29:07 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package unzip
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -93,9 +93,9 @@ export RPM_OPT_FLAGS="%{optflags} \
|
||||
-D_GNU_SOURCE -DRCC_LAZY -DWILD_STOP_AT_DIR \
|
||||
-DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
|
||||
-DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD \
|
||||
-DDATE_FORMAT=DF_YMD -I. -fstack-protector -fno-strict-aliasing"
|
||||
-DDATE_FORMAT=DF_YMD -I. -fstack-protector -fno-strict-aliasing -fPIE"
|
||||
|
||||
make %{?_smp_mflags} -f unix/Makefile LF2="-ldl" linux_noasm
|
||||
make %{?_smp_mflags} -f unix/Makefile LF2="-ldl -pie" linux_noasm
|
||||
|
||||
%check
|
||||
make -f unix/Makefile check
|
||||
|
Loading…
Reference in New Issue
Block a user