Author: Andreas Tille <tille@debian.org>
Description: Prevent static linking of phyml

--- a/GDE/PHYML/Makefile
+++ b/GDE/PHYML/Makefile
@@ -13,7 +13,8 @@ ifndef ARB
 # original compilation
 
 CC = gcc #cc
-CFLAGS = -O4 -fomit-frame-pointer -Wall -static
+CFLAGS = -O4 -fomit-frame-pointer -Wall
+# -static
 # CFLAGS = -Wall
 # CFLAGS = -g -Wall
 # CFLAGS = -pg -Wall -fprofile-arcs -static
