]> git.pld-linux.org Git - packages/fltk2.git/blob - fltk2-rpath.patch
- bconds should be the very first thing, moved defines and includes after them
[packages/fltk2.git] / fltk2-rpath.patch
1 --- configure.in        2008-08-05 00:53:30.000000000 +0200
2 +++ configure.in.new    2008-12-22 12:09:24.030693986 +0100
3 @@ -186,9 +186,6 @@ if test x$enable_shared = xyes; then
4         Linux* | *BSD*)
5  #           DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o"
6              DSOCOMMAND="\$(CXX) \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o"
7 -           if test "$libdir" != "/usr/lib"; then
8 -                   DSOLINK="-Wl,-rpath,$libdir"
9 -            fi
10             ;;
11         AIX*)
12             DSOSUFFIX="_s.a"
This page took 0.086185 seconds and 3 git commands to generate.