Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
clearsilver
> clearsilver-dso_rpath.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File clearsilver-dso_rpath.patch of Package clearsilver
--- ./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)