LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Params of original package build (https://www.linuxquestions.org/questions/ubuntu-63/params-of-original-package-build-4175723825/)

GreatGuy 04-06-2023 07:55 AM

Params of original package build
 
Hello. Where can i see a params for original build of package
Quote:

login 1:4.8.1-1ubuntu5.20.04.4
in Ubuntu 20.04?

I get sources by
Quote:

apt source login
run ./configure and make, but result "src/su" dont see my test user (original "su" works fine).

I think some build params or modules missing. And want to see params of original "su" builded with.

Tnx.

GreatGuy 04-06-2023 01:47 PM

Solved. Original params may got in buildlog like this
https://launchpad.net/ubuntu/+source...build/23780688

Auth problem was in SUID bit
Quote:

chown root:root src/su
chmod 4755 src/su


All times are GMT -5. The time now is 09:26 AM.