Skip to content
Snippets Groups Projects
Commit ed69876a authored by rds's avatar rds
Browse files

added Xlinker to make gtk2.10 compile easier.

parent ce4bc28c
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,9 @@ case $opsys in
cc_args='CFLAGS=-Wall'
cflags_args=''
# make sure zmap executable has path to foocanvas library.
ld_args="LDFLAGS=-Xlinker -rpath -Xlinker $locals/lib" ;;
ld_args="LDFLAGS=-Xlinker -rpath -Xlinker $locals/lib"
#ld_args="LDFLAGS=-Xlinker -rpath -Xlinker $locals/lib -Xlinker -rpath -Xlinker $software/lib" # uncomment 4 gtk 2.10
;;
esac ;;
Darwin )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment