]> git.pld-linux.org Git - packages/chpax.git/commitdiff
- added chstk utility from openwall chpax-0_20020901-2
authorklakier <klakier@pld-linux.org>
Sun, 29 Sep 2002 11:43:15 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    chpax.spec -> 1.9

chpax.spec

index 9671eca1ec80c752eff761721965e21b785003cb..3538b62d3ca7a9603d83d2067de4bb1151e2bc15 100644 (file)
@@ -2,10 +2,11 @@ Summary:      Manage PaX flags for ELF and a.out binaries
 Summary(pl):   Zarz±dca znaczników PaX dla binarek ELF oraz a.out
 Name:          chpax
 Version:       0.20020901
-Release:       1
+Release:       2
 License:       Public Domain
 Group:         Applications/System
 Source0:       http://pageexec.virtualave.net/%{name}.c
+Source1:       http://www.openwall.com/linux/linux-2.2.21-ow2.tar.gz 
 URL:           http://pageexec.virtualave.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,11 +23,13 @@ a.out. Znaczniki te s
 odpowiednio za³atanego j±dra systemu.
 
 %prep
-%setup -q -T -c
+%setup -q -T -c -a 1
 install %{SOURCE0} .
+cp `find -name chstk.c` .
 
 %build
 %{__cc} %{rpmcflags} %{rpmldflags} -o chpax chpax.c
+%{__cc} %{rpmcflags} %{rpmldflags} -o chstk chstk.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.146718 seconds and 4 git commands to generate.