]> git.pld-linux.org Git - packages/test.git/blobdiff - test.spec
Revert "check AT_SECURE value on builders"
[packages/test.git] / test.spec
index afa84c8ac60bbf2c582916f9a2c0619706dde33a..325be10e47a9c24105940fdecb09ddc8dfa3ec0e 100644 (file)
--- a/test.spec
+++ b/test.spec
@@ -17,16 +17,6 @@ testing something
 
 %prep
 %setup -qcT
-cat > test.c <<EOF
-#include <stdio.h>
-#include <sys/auxv.h>
-
-int main() {
-  printf("%lu\n", getauxval(AT_SECURE));
-}
-EOF
-%{__cc} test.c -o test
-./test
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.079197 seconds and 4 git commands to generate.