FreeBSD Bugzilla – Attachment 196012 Details for
Bug 230466
sysutils/google-compute-engine-oslogin: Unbreak build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
google-compute-engine-oslogin-1.3.0_1.patch (text/plain), 2.22 KB, created by
Dmitri Goutnik
on 2018-08-08 18:02:43 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-08-08 18:02:43 UTC
Size:
2.22 KB
patch
obsolete
>Index: sysutils/google-compute-engine-oslogin/Makefile >=================================================================== >--- sysutils/google-compute-engine-oslogin/Makefile (revision 476643) >+++ sysutils/google-compute-engine-oslogin/Makefile (working copy) >@@ -20,9 +20,8 @@ > RUN_DEPENDS= gsed:textproc/gsed \ > ${LOCALBASE}/lib/pam_mkhomedir.so:security/pam_mkhomedir > >-USES= gmake >+USES= gmake localbase:ldflags > USE_LDCONFIG= yes >-USE_GCC= any > USE_GITHUB= yes > GH_ACCOUNT= GoogleCloudPlatform > GH_PROJECT= compute-image-packages >Index: sysutils/google-compute-engine-oslogin/files/patch-Makefile >=================================================================== >--- sysutils/google-compute-engine-oslogin/files/patch-Makefile (nonexistent) >+++ sysutils/google-compute-engine-oslogin/files/patch-Makefile (working copy) >@@ -0,0 +1,20 @@ >+--- Makefile.orig 2018-06-11 17:16:50 UTC >++++ Makefile >+@@ -96,7 +96,7 @@ $(NSS): $(NSS_LIBRARY_SOURCE) $(UTILS) >+ $(NSS_SRC) $(UTILS) $(LIBS) >+ >+ $(NSS_CACHE_BIN): $(NSS_CACHE_SRC) $(UTILS_SRC) >+- $(CXX) $(LDFLAGS) $(INCLUDE_FLAGS) -o $(NSS_CACHE_BIN) $(NSS_CACHE_SRC) $(UTILS_SRC) $(LIBS) >++ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(INCLUDE_FLAGS) -o $(NSS_CACHE_BIN) $(NSS_CACHE_SRC) $(UTILS_SRC) $(LIBS) >+ >+ $(LIBNSS_CACHE_OSLOGIN_NAME): $(LIBNSS_CACHE_OBJ) $(LIBNSS_COMPAT_OBJ) >+ $(CXX) $(LIBNSS_SO_FLAGS) -o $(LIBNSS_CACHE_OSLOGIN_NAME) $(LIBNSS_CACHE_OBJ) $(LIBNSS_COMPAT_OBJ) >+@@ -122,7 +122,7 @@ $(PAM_ADMIN_OBJ): $(PAM_ADMIN_SRC) >+ $(CXX) $(CXXFLAGS) -c $(PAM_ADMIN_SRC) -o $(PAM_ADMIN_OBJ) >+ >+ $(AUTHKEYS_BIN): $(AUTHKEYS_SRC) $(UTILS_SRC) >+- $(CXX) $(LDFLAGS) $(INCLUDE_FLAGS) -o $(AUTHKEYS_BIN) $(AUTHKEYS_SRC) $(UTILS_SRC) $(LIBS) >++ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(INCLUDE_FLAGS) -o $(AUTHKEYS_BIN) $(AUTHKEYS_SRC) $(UTILS_SRC) $(LIBS) >+ >+ $(UTILS): $(UTILS_SRC) >+ $(CXX) $(CXXFLAGS) $(INCLUDE_FLAGS) -c $(UTILS_SRC) -o $(UTILS) > >Property changes on: sysutils/google-compute-engine-oslogin/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
helen.koike
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230466
: 196012