mirror of
https://codeberg.org/icewind/smbclient-builder.git
synced 2026-06-03 18:14:07 +02:00
fix prefix
This commit is contained in:
parent
65fbf62b4f
commit
4d5d7fe0bf
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -40,12 +40,12 @@ jobs:
|
||||||
if: matrix.pkgver == '4.8.12' || matrix.pkgver == '4.7.12'
|
if: matrix.pkgver == '4.8.12' || matrix.pkgver == '4.7.12'
|
||||||
run: |
|
run: |
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
./buildtools/bin/waf configure --prefix= --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-ldap --without-libarchive --without-pam
|
./buildtools/bin/waf configure --prefix=/ --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-ldap --without-libarchive --without-pam
|
||||||
- name: Configure
|
- name: Configure
|
||||||
if: matrix.pkgver != '4.8.12' && matrix.pkgver != '4.7.12'
|
if: matrix.pkgver != '4.8.12' && matrix.pkgver != '4.7.12'
|
||||||
run: |
|
run: |
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
./buildtools/bin/waf configure --prefix= --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-json --without-ldap --without-libarchive --without-pam
|
./buildtools/bin/waf configure --prefix=/ --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-json --without-ldap --without-libarchive --without-pam
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
|
|
|
||||||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -42,12 +42,12 @@ jobs:
|
||||||
if: matrix.pkgver == '4.8.12' || matrix.pkgver == '4.7.12'
|
if: matrix.pkgver == '4.8.12' || matrix.pkgver == '4.7.12'
|
||||||
run: |
|
run: |
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
./buildtools/bin/waf configure --prefix= --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-ldap --without-libarchive --without-pam
|
./buildtools/bin/waf configure --prefix=/ --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-ldap --without-libarchive --without-pam
|
||||||
- name: Configure
|
- name: Configure
|
||||||
if: matrix.pkgver != '4.8.12' && matrix.pkgver != '4.7.12'
|
if: matrix.pkgver != '4.8.12' && matrix.pkgver != '4.7.12'
|
||||||
run: |
|
run: |
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
./buildtools/bin/waf configure --prefix= --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-json --without-ldap --without-libarchive --without-pam
|
./buildtools/bin/waf configure --prefix=/ --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-json --without-ldap --without-libarchive --without-pam
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue