mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #1588 from oskar456/gitfix
git: Fix broken git symlink, add IPv6 support
This commit is contained in:
+1
-1
@@ -64,7 +64,6 @@ MAKE_FLAGS := \
|
|||||||
NO_MKSTEMPS="YesPlease" \
|
NO_MKSTEMPS="YesPlease" \
|
||||||
NO_GETTEXT="YesPlease" \
|
NO_GETTEXT="YesPlease" \
|
||||||
NO_UNIX_SOCKETS="YesPlease" \
|
NO_UNIX_SOCKETS="YesPlease" \
|
||||||
NO_IPV6="YesPlease" \
|
|
||||||
NO_ICONV="YesPlease" \
|
NO_ICONV="YesPlease" \
|
||||||
NO_NSEC="YesPlease" \
|
NO_NSEC="YesPlease" \
|
||||||
NO_PERL="YesPlease" \
|
NO_PERL="YesPlease" \
|
||||||
@@ -88,6 +87,7 @@ define Package/git/install
|
|||||||
$(RM) $(PKG_INSTALL_DIR)/usr/bin/git-cvsserver
|
$(RM) $(PKG_INSTALL_DIR)/usr/bin/git-cvsserver
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/git-* $(1)/usr/bin
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/git-* $(1)/usr/bin
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/git-core
|
$(INSTALL_DIR) $(1)/usr/lib/git-core
|
||||||
|
$(LN) /usr/bin/git $(1)/usr/lib/git-core/git
|
||||||
( cd $(PKG_INSTALL_DIR); $(TAR) \
|
( cd $(PKG_INSTALL_DIR); $(TAR) \
|
||||||
--exclude=usr/lib/git-core/git-http-backend \
|
--exclude=usr/lib/git-core/git-http-backend \
|
||||||
--exclude=usr/lib/git-core/git-http-fetch \
|
--exclude=usr/lib/git-core/git-http-fetch \
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
git-http-fetch$X: http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS)
|
git-http-fetch$X: http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS)
|
||||||
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
|
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
|
||||||
$(LIBS) $(CURL_LIBCURL)
|
$(LIBS) $(CURL_LIBCURL)
|
||||||
@@ -2277,10 +2269,11 @@ endif
|
@@ -2279,10 +2271,11 @@ endif
|
||||||
bindir=$$(cd '$(DESTDIR_SQ)$(bindir_SQ)' && pwd) && \
|
bindir=$$(cd '$(DESTDIR_SQ)$(bindir_SQ)' && pwd) && \
|
||||||
execdir=$$(cd '$(DESTDIR_SQ)$(gitexec_instdir_SQ)' && pwd) && \
|
execdir=$$(cd '$(DESTDIR_SQ)$(gitexec_instdir_SQ)' && pwd) && \
|
||||||
{ test "$$bindir/" = "$$execdir/" || \
|
{ test "$$bindir/" = "$$execdir/" || \
|
||||||
|
|||||||
Reference in New Issue
Block a user