@@ -0,0 +1,11 @@
+--- ./dso/Makefile.dso_rpath 2007-01-02 21:34:21.000000000 +0100
++++ ./dso/Makefile 2007-01-02 21:34:35.000000000 +0100
+@@ -17,7 +17,7 @@
+ all: $(TARGETS)
+
+ $(NEO_SO): $(NEO_STATIC_LIBS) $(DEP_LIBS) Makefile
+- /usr/bin/ld -rpath ../libs -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libneo_cs.a ../libs/libneo_utl.a -no-whole-archive $(LDFLAGS) $(LIBS)
++ /usr/bin/ld -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libneo_cs.a ../libs/libneo_utl.a -no-whole-archive $(LDFLAGS) $(LIBS)
+
+ # $(LDSHARED) -o $@ $(LDFLAGS) -Wl,-whole-archive $(DLIBS)
+
|