Commit 5b213bc21934fc0fa11fd351e15503668b26895a

Authored by Perry Werneck
1 parent 46c0f861
Exists in master and in 1 other branch develop

Removing link with major version to avoid version conflicts.

Showing 2 changed files with 0 additions and 5 deletions   Show diff stats
Makefile.in
... ... @@ -187,10 +187,6 @@ install-linux-lib: \
187 187  
188 188 @$(LN_S) \
189 189 $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \
190   - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@
191   -
192   - @$(LN_S) \
193   - $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \
194 190 $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@
195 191  
196 192 install-dev:
... ...
rpm/libhllapi.spec
... ... @@ -114,7 +114,6 @@ rm -rf $RPM_BUILD_ROOT
114 114 %doc AUTHORS README.md LICENSE
115 115 %endif
116 116  
117   -%{_libdir}/%{name}.so.%{MAJOR_VERSION}
118 117 %{_libdir}/%{name}.so.%{MAJOR_VERSION}.%{MINOR_VERSION}
119 118  
120 119 %files devel
... ...