1234567891011 |
-
-
- @@ -969,7 +969,7 @@
- -Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
- -Wl,--version-script,$<,--no-undefined \
- -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
- - -ldl $(zip_LIBS)
- + -ldl $(zip_LIBS) $(LIBS)
- @$(textrel_check)
- ln -fs $@ $@.$(VERSION)
-
|