From 95995ae93f90faab2f4c9fe59ea95167d20c88de Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 15 Jul 2008 19:05:24 -0500 Subject: Remove pacman.static build from build files This presents plenty of problems on OSes besides Linux, and even on Linux when the libtool file for libarchive isn't present. The static build isn't all that useful anyway as missing something such as glibc will still leave you unable to run the pacman.static binary. Remove it from the formal build process. Signed-off-by: Dan McGee --- src/pacman/.gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pacman/.gitignore') diff --git a/src/pacman/.gitignore b/src/pacman/.gitignore index c47851ce..6a358aa3 100644 --- a/src/pacman/.gitignore +++ b/src/pacman/.gitignore @@ -2,5 +2,3 @@ .libs pacman pacman.exe -pacman.static -pacman.static.exe -- cgit v1.2.3-24-g4f1b