-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch cleanup ideas #29
Comments
Aha, I found the likely source of the stripping logic: https://repo.or.cz/cygport/rpm-style.git/blob/HEAD:/lib/src_postinst.cygpart#l933 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as pointed out in pacman: Update to 6.0.2 MSYS2-packages#3594 (comment) it's questionable how we call gpg there
1fbb46d can likely be dropped
c802539 should be moved where other things are exported and I don't think "DXSDK_DIR ACLOCAL_PATH PKG_CONFIG_PATH" is actually needed
6b51761#diff-ebd20edda3f2f2f4112739efa148c55502c0bc59f9b357c882ee23b2db46983d
set -e
is missingI'm wondering if all this is actually needed and calling "file" is enough: 3077636#diff-b39914dda73d12220ebef7e970cd3f7613f04113293e673f7936695a8969bc2aR118-R185 also file is called again in strip for no reason
This seems questionable: 235ea43
and more...
The text was updated successfully, but these errors were encountered: