[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.0-rc3-28-gdfff2fc



The following commit has been merged in the master branch:
commit dfff2fcebc34b73dc83104fb8269be3610648e28
Author: Niels Thykier <niels@thykier.net>
Date:   Tue May 3 11:06:02 2011 +0200

    Removed -ph args for gcc as it caused FTBFS

diff --git a/t/tests/binaries-general/debian/Makefile b/t/tests/binaries-general/debian/Makefile
index 307b4c4..5858f0d 100644
--- a/t/tests/binaries-general/debian/Makefile
+++ b/t/tests/binaries-general/debian/Makefile
@@ -1,10 +1,11 @@
 all:
 	# rpath not matching any of the exceptions to the rpath checks
+	#  - with profiling enabled.
 	gcc -o basic basic.c -pg -Wl,--rpath,/usr/local/lib
 	# rpath shipped in the package, but one of {/usr}?/lib
-	gcc -o basiclibrpath basic.c -ph -Wl,--rpath,/usr/lib
+	gcc -o basiclibrpath basic.c -Wl,--rpath,/usr/lib
 	# non-special rpath shipped in the package
-	gcc -o basicshippedrpath basic.c -ph -Wl,--rpath,/usr/share/foo
+	gcc -o basicshippedrpath basic.c -Wl,--rpath,/usr/share/foo
 	# static version of basic for debugging checks
 	gcc -static -o basic.static basic.c
 

-- 
Debian package checker


Reply to: