Skip to content

Commit

Permalink
smbfsnet: Use "foreign" automake strictness
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
rpurdie authored and shr-project committed Jul 21, 2014
1 parent 5161b26 commit ce73cf2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Index: git/configure.in
===================================================================
--- git.orig/configure.in 2014-06-18 16:06:16.040721349 +0000
+++ git/configure.in 2014-07-18 07:49:17.085552256 +0000
@@ -1,5 +1,5 @@
AC_INIT([SMBNetFS],[0.5.3а])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([src/config.h])
AC_PROG_CC

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ PKGV = "${GITPKGVTAG}"

SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"

SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master"
SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
file://configure.patch"

PACKAGECONFIG ??= ""
PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"
Expand Down

0 comments on commit ce73cf2

Please sign in to comment.