diff options
Diffstat (limited to 'external/redland/rasqal/rpath.patch')
-rw-r--r-- | external/redland/rasqal/rpath.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/external/redland/rasqal/rpath.patch b/external/redland/rasqal/rpath.patch new file mode 100644 index 000000000..c0eed7725 --- /dev/null +++ b/external/redland/rasqal/rpath.patch @@ -0,0 +1,21 @@ +--- configure ++++ configure +@@ -9843,6 +9843,7 @@ + else + ld_shlibs=no + fi ++hardcode_libdir_flag_spec= + ;; + + netbsd* | netbsdelf*-gnu) +--- utils/Makefile.in ++++ utils/Makefile.in +@@ -373,7 +373,7 @@ + $(man_MANS) \ + roqet.html + +-all: all-am ++all: + + .SUFFIXES: + .SUFFIXES: .c .lo .o .obj |